473,529 Members | 4,125 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is psyco available for python 2.6?

I used the windows installer for the latest version of psyco,
which is labeled as compatible with 2.5, but it gives the
following error:

ImportError: DLL load failed: The specified module could not be
found. (check that the compiled extension 'C:\Python26\lib\site-
packages\psyco\_psyco.pyd' is for the correct Python version;
this is Python 2.6)
Oct 30 '08 #1
6 7099
sert:
I used the windows installer for the latest version of psyco,
which is labeled as compatible with 2.5, but it gives the
following error:
ImportError: DLL load failed: The specified module could not be
found. (check that the compiled extension 'C:\Python26\lib\site-
packages\psyco\_psyco.pyd' is for the correct Python version;
this is Python 2.6)
I think you have tried to install something compiled for Python 2.5 on
Python 2.6, therefore it doesn't work.
At the moment Psyco isn't available for Python 2.6, you will probably
have to wait some months (or use Python 2.5+Psyco in the meantime).

Bye,
bearophile
Oct 30 '08 #2
be************@lycos.com wrote:
sert:
>I used the windows installer for the latest version of psyco,
which is labeled as compatible with 2.5, but it gives the
following error:
ImportError: DLL load failed: The specified module could not be
found. (check that the compiled extension 'C:\Python26\lib\site-
packages\psyco\_psyco.pyd' is for the correct Python version;
this is Python 2.6)

I think you have tried to install something compiled for Python 2.5 on
Python 2.6, therefore it doesn't work.
At the moment Psyco isn't available for Python 2.6, you will probably
have to wait some months (or use Python 2.5+Psyco in the meantime).
psyco seems to just work on Linux with Python 2.6. So it is probably
"only" a matter of compiling it on Windows for Python 2.6.

-- Gerhard

Oct 30 '08 #3
On Thu, 30 Oct 2008 17:45:40 +0100
Gerhard Häring <gh@ghaering.dewrote:
psyco seems to just work on Linux with Python 2.6. So it is probably
"only" a matter of compiling it on Windows for Python 2.6.
Yes. I compiled it using "wp setup.py build --compiler=mingw32" with
cygwin, where wp was an alias for my windows xp python executable.

For the OP and other people interested in windows binaries:

I am in no way connected to or involved in the psyco development
process -- except that I downloaded and compiled it -- but I have put a
zip file on line for people who have a lot of trust in me and little
patience for waiting for the official distribution. Just unpack it and
put it in your site-packages directory.

http://members.home.nl/anton.vredegoor/psyco/

A.


Nov 9 '08 #4
On Nov 9, 2:18*pm, Anton Vredegoor <anton.vredeg...@gmail.comwrote:
On Thu, 30 Oct 2008 17:45:40 +0100

Gerhard Häring <g...@ghaering.dewrote:
psyco seems to just work on Linux with Python 2.6. So it is probably
"only" a matter of compiling it on Windows for Python 2.6.

Yes. I compiled it using "wp setup.py build --compiler=mingw32" with
cygwin, where wp was an alias for my windows xp python executable.

For the OP and other people interested in windows binaries:

I am in no way connected to or involved in the psyco development
process -- except that I downloaded and compiled it -- but I have put a
zip file on line for people who have a lot of trust in me and little
patience for waiting for the official distribution. Just unpack it and
put it in your site-packages directory.

http://members.home.nl/anton.vredegoor/psyco/

A.
I've built a Windows installer if anyone is interested:

http://www.voidspace.org.uk/python/modules.shtml

Michael
--
http://www.ironpythoninaction.com/
Nov 9 '08 #5
Fuzzyman:
I've built a Windows installer if anyone is interested:
Thank you to both.

Bye,
bearophile
Nov 9 '08 #6
On 9 Nov., 20:44, Fuzzyman <fuzzy...@gmail.comwrote:
On Nov 9, 2:18*pm, Anton Vredegoor <anton.vredeg...@gmail.comwrote:
On Thu, 30 Oct 2008 17:45:40 +0100
Gerhard Häring <g...@ghaering.dewrote:
psyco seems to just work on Linux with Python 2.6. So it is probably
"only" a matter of compiling it on Windows for Python 2.6.
Yes. I compiled it using "wp setup.py build --compiler=mingw32" with
cygwin, where wp was an alias for my windows xp python executable.
For the OP and other people interested in windows binaries:
I am in no way connected to or involved in the psyco development
process -- except that I downloaded and compiled it -- but I have put a
zip file on line for people who have a lot of trust in me and little
patience for waiting for the official distribution. Just unpack it and
put it in your site-packages directory.
http://members.home.nl/anton.vredegoor/psyco/
A.

I've built a Windows installer if anyone is interested:

http://www.voidspace.org.uk/python/modules.shtml

Michael
--http://www.ironpythoninaction.com/
Thanks. You guys rock!
Nov 9 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2141
by: KefX | last post by:
Hey...as for what I'm doing with Python, look at my post "Strange Hotshot problem". To make a long story short, I'm embedding Python in order to write a plugin to a freeware music program; the plugin interfaces to the program with C++, but the plugin calls Python routines to do much (but not all) of the work. Which brings me to the problem....
0
1272
by: Jeremy Sanders | last post by:
Hi - I'm trying to build a Psyco rpm on Fedora 1. I try the command xpc5:~/psyco-1.1.1> python setup.py bdist_rpm this fails with: .... copying dist/psyco-1.1.1.tar.gz -> build/bdist.linux-i686/rpm/SOURCES
4
1722
by: Roy Smith | last post by:
I understand that psyco significantly increases memory use. Is that for code or data? More specifically, if I've got a memory intensive application (it might use 100's of Mbytes of data), should I expect memory use to go up significantly under psyco? Also, for that memory intensive application, how should I expect Python memory use to...
7
2211
by: Ivan Voras | last post by:
I have this simple *dumb* benchmark-like program: #import psyco #psyco.full() d = 0.0 for i in xrange(1000000000): d += i print d
3
1648
by: Dick Moores | last post by:
psyco is acting a bit psycho for me. Please see my spinForWeb.py at <http://www.rcblue.com/Python/spinForWeb.py> When psyco is in use, entering an integer somewhere between 2000 and 2500 causes my computer to freeze. Not really freeze but the program doesn't finish, and I have to quit with a ^Q. psyco is really impressive, but I'm...
5
3346
by: Fausto Arinos Barbuto | last post by:
Hi All; I have Psyco (on Windows XP) and now I want to install it on Linux, too. I FTP'd the tarball (tar.gz) from Psyco's site but can't get it compiled. First, I tried the usual "python setup.py install" but that did not work. I later found a RPM for Psyco but it wasn't suitable to the Linux version I'm currently using. Has any of you...
6
1601
by: danmcleran | last post by:
I'm not seeing much benefit from psyco (only 5-10% faster). Maybe this example is too trivial? Can someone give me some pointers as to what kind of code would see a dramatic benefit? Here's the code: import time import psyco n = 100000
15
1909
by: Steve Bergman | last post by:
Just wanted to report a delightful little surprise while experimenting with psyco. The program below performs astonoshingly well with psyco. It finds all the prime numbers < 10,000,000 Processor is AMD64 4000+ running 32 bit. Non psyco'd python version takes 94 seconds.
1
1465
by: Arash Arfaee | last post by:
Hello All, I am trying to use psyco with wingide on mac. when I open Mac Python shell I can import psyco, but not inside the wingide. Even python shell on wingide cannot import psyco. Can anybody help me to solvethis problem? Thanks, Arash
0
7353
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7277
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7516
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7673
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7263
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7626
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5814
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3339
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
568
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.