Open GoogleCodeExporter opened 9 years ago
Same problem here. ipython also yields an error.
""The procedure entry point InitializeCriticalSectionEx" could not be located
in the dymamic link library KERNEL32.dll"
Original comment by sylvain....@gmail.com
on 11 Jun 2013 at 12:18
Same problem here. But the problem is also when i launch the ipython consol ...
Original comment by sylvain....@ensta-bretagne.fr
on 11 Jun 2013 at 12:45
When i install ipython 0.12.1 from http://archive.ipython.org/release/0.12.1/
spyder it's OK
Original comment by sylvain....@ensta-bretagne.fr
on 11 Jun 2013 at 12:54
> When i install ipython 0.12.1 from http://archive.ipython.org/release/0.12.1/
spyder it's OK
Thanks for solution! Both ipython 0.13.1 and 0.13.2 are non functional in this
issue. Strange, but ipython qt keeps same error after replacement.
Original comment by M.Markov...@gmail.com
on 12 Jun 2013 at 3:19
issues comes from a zmq dependency - libpgm. When compiled on Vista+ it uses
API which does not exist on WinXP.
try https://pythonxy.googlecode.com/files/pyzmq-13.0.2-4_py27.exe instead.
Don't install old IPython (which lacks the notebook feature).
This highlights a deeper problem - supporting WinXP is increasingly difficult.
It both requires resources and prevents adding features.
Original comment by grizzly.nyo
on 12 Jun 2013 at 8:03
> try https://pythonxy.googlecode.com/files/pyzmq-13.0.2-4_py27.exe instead.
Thanks for the advice - it solves both problems! But Windows XP is no longer
officially supported. So can we expect integration of fixes in the release?
Original comment by M.Markov...@gmail.com
on 13 Jun 2013 at 2:55
It does not seem to work on my machine. Win XP Pro, 32 bit.
Original comment by andreaar...@gmail.com
on 18 Jun 2013 at 12:26
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\aamaroli>spyder
Traceback (most recent call last):
File "C:\Python27\Scripts\spyder-script.py", line 9, in <module>
load_entry_point('spyder==2.2.0', 'console_scripts', 'spyder')()
File "C:\Python27\lib\site-packages\spyderlib\start_app.py", line 72, in main
from spyderlib import spyder
File "C:\Python27\lib\site-packages\spyderlib\spyder.py", line 112, in <module
>
from spyderlib.plugins.ipythonconsole import IPythonConsole
File "C:\Python27\lib\site-packages\spyderlib\plugins\ipythonconsole.py", line
31, in <module>
from IPython.frontend.qt.kernelmanager import QtKernelManager
File "C:\Python27\lib\site-packages\IPython\frontend\qt\kernelmanager.py", lin
e 9, in <module>
from IPython.zmq.kernelmanager import KernelManager, SubSocketChannel, \
File "C:\Python27\lib\site-packages\IPython\zmq\__init__.py", line 67, in <mod
ule>
check_for_zmq('2.1.4')
File "C:\Python27\lib\site-packages\IPython\zmq\__init__.py", line 51, in chec
k_for_zmq
import zmq
File "C:\Python27\lib\site-packages\zmq\__init__.py", line 35, in <module>
_libzmq = ctypes.CDLL(bundled[0], mode=ctypes.RTLD_GLOBAL)
File "C:\Python27\lib\ctypes\__init__.py", line 365, in __init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 127] The specified procedure could not be found
Any suggestion, please?
Original comment by andreaar...@gmail.com
on 21 Jun 2013 at 12:41
Your ZMQ does not seem like something provided by Pxy. Please install the
binary provided in the link above.
make sure no Ipython or spyder windows are open!
Original comment by grizzly.nyo
on 21 Jun 2013 at 6:34
This very binary was run by the IT guy who is in charge of my desktop. I cannot
do anything more thant this.
Original comment by andreaar...@gmail.com
on 25 Jun 2013 at 1:22
same problem, grizzly.nyo's link helps, thanks. python(x,y) h5py don't works
too, have reinstall from
http://h5py.googlecode.com/files/h5py-2.1.3.win32-py2.7.msi and all is Ok
Original comment by AO.Ko...@gmail.com
on 3 Jul 2013 at 10:47
As noted in the blog - WindowsXP depends on the underlying packages
compatibility.
current HDF5 Win32 requires Vista+ for thread support.
Please remember that WindowsXP will follow Windows 2000 into history at April
2013. Better start preparing.
Original comment by grizzly.nyo
on 5 Jul 2013 at 7:45
Had the same problem, and used both installations:
https://pythonxy.googlecode.com/files/pyzmq-13.0.2-4_py27.exe
and
http://h5py.googlecode.com/files/h5py-2.1.3.win32-py2.7.msi
Now, I get the following message:
C:\Python27\Scripts>spyder.exe
Traceback (most recent call last):
File "C:\Python27\Scripts\spyder-script.py", line 9, in <module>
load_entry_point('spyder==2.2.0', 'console_scripts', 'spyder')()
File "C:\Python27\lib\site-packages\pkg_resources.py", line 343, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "C:\Python27\lib\site-packages\pkg_resources.py", line 2354, in load_entry_point
return ep.load()
File "C:\Python27\lib\site-packages\pkg_resources.py", line 2060, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
ImportError: No module named spyderlib.start_app
My specs are the same as stated above.
Any ideas?
Original comment by gilboal...@gmail.com
on 3 Aug 2013 at 10:00
Sorry I had another problem. a) I installed python(x,y) v.2.7.5.0, in windows
7, 32bit; it was fine, simple scripts in python works properly. b) I have fail
inporting "glpk" module. I´ve downloaded GnuWin32, and add the path
"c:/archivos de programa /GnuWin32/bin" to the pythonpath administrator and
does`n work. c) The error message is: "import glpk # Import the GLPK module
ImportError: No module named glpk" d) In resume: syper don´t read (can´t
find) de glpk module.
Thanks in advance.
JMSanz. Caracas. Venezuela
Original comment by jmsan...@gmail.com
on 10 Sep 2013 at 1:31
[deleted comment]
Hi muxuezi, where can I find the zip file? Thanks!
Original comment by jiu...@gmail.com
on 12 Nov 2013 at 7:19
[deleted comment]
1.Unzip zmq.zip and put all in C:\Python27\Lib\site-packages\zmq
2.Use easy_install pyzmq-2.1.11-py2.7-win32.egg, it's ok too.
Original comment by muxuezi
on 13 Nov 2013 at 1:59
Attachments:
If problem also exit, try uninstall ipython by easy_install, and reinstall
ipython 1.1.0.
Original comment by muxuezi
on 13 Nov 2013 at 2:07
Attachments:
python(x,y) is perfect! Thanks a lot!
Original comment by muxuezi
on 13 Nov 2013 at 2:08
Thanks a lot muxuezi!
Original comment by jiu...@gmail.com
on 13 Nov 2013 at 6:00
Enjoy!
If you use CJK Font(Japanese/Chinese/Korean, which are double-width character
languages) in WinXp, maybe cmd "ls" in Console shows strange result.
Soultion: From "Console Help(chm in \pythonxy\console)-Language Setting"
run Console. Unhide windows console (View->Console window) and open its
properties dialog. Go to "Font" tab. Raster Fonts will be selected in the fonts
list, choose the other, save, ok.
如果是中文xp,直接在ipython里面输入ls命令,显示十分糟糕,
咋整?
解决方案:
可以在增强Console里面“右键-View->Console
window”,然后是cmd模式(Console2 command
window),在标题处“右键-属性-字体-选择非点阵字体-确定-保��
�属性,供同样标题的窗口使用-确定",这样中文字体就好看��
�。
Original comment by muxuezi
on 14 Nov 2013 at 3:35
Attachments:
Original issue reported on code.google.com by
M.Markov...@gmail.com
on 11 Jun 2013 at 11:26