From: Jonathan B. <jbr...@ea...> - 2006-06-04 17:59:57
|
I may have managed to track down the problem. Please download http://www4.ncsu.edu/~jdbrandm/vpython-4.beta0-patch.zip It contains libintl.dll and libiconv.dll. Extract both of these to C:\Python24\Lib\site-packages\ gtkrun\bin\, and then try to run some VPython program. If this either works or doesn't work for you, please let me know. Thanks, -Jonathan Brandmeyer |
From: Dr P H B. <P.H...@bh...> - 2006-06-04 22:20:28
|
Dear Jonathon Have tried the patch. Sad to report same error message. Regards Peter My error message is : ImportError: DLL load failed: A device attached to the system is not functioning. In message <448...@ea...> Jonathan Brandmeyer <jbr...@ea...> wrote: > I may have managed to track down the problem. Please download > http://www4.ncsu.edu/~jdbrandm/vpython-4.beta0-patch.zip > > It contains libintl.dll and libiconv.dll. Extract both of these to > C:\Python24\Lib\site-packages\ > gtkrun\bin\, and then try to run some VPython program. > > If this either works or doesn't work for you, please let me know. > > Thanks, > -Jonathan Brandmeyer > > > > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users -- Dr P H Borcherds |<mailto:P.H...@bh...> |phone 0044 (0)121 475 3029 |
From: Jonathan B. <jbr...@ea...> - 2006-06-04 22:40:57
|
On Sun, 2006-06-04 at 23:14 +0100, Dr P H Borcherds wrote: > Dear Jonathon > > Have tried the patch. Sad to report same error message. > > Regards > > Peter > > My error message is : ImportError: DLL load failed: A device attached > to the system is not functioning. This error is very different from the other one. Unfortunately, it appears that I may need to crank out a separate build for Win 98/ME/NT4, as documented here: http://www.gimp.org/~tml/gimp/win32/downloads.html (see the note about Cairo farther down the page). It will probably take me a couple of days to build up a Gtk+ 2.6-based dev environment, but one will be coming down the pipe (probably in the 4.beta2 release, as 4.beta1 is almost ready now). -Jonathan |
From: Gary <pa...@in...> - 2006-06-05 02:22:13
|
Jonathan Brandmeyer wrote: >I may have managed to track down the problem. Please download >http://www4.ncsu.edu/~jdbrandm/vpython-4.beta0-patch.zip > >It contains libintl.dll and libiconv.dll. Extract both of these to >C:\Python24\Lib\site-packages\ >gtkrun\bin\, and then try to run some VPython program. > >If this either works or doesn't work for you, please let me know. > >Thanks, >-Jonathan Brandmeyer > > Sorry to report: In [1]: import visual --------------------------------------------------------------------------- exceptions.ImportError Traceback (most recent call last) C:\Documents and Settings\Gary\My Documents\<ipython console> C:\Python24\lib\site-packages\visual\__init__.py 22 23 # Don't try this at home! ---> 24 import array_backend 25 # The following is intended to be equivalent to: 26 # >>> from array_backend.backend[0] import * C:\Python24\lib\site-packages\visual\array_backend.py 2 3 # I am performing the import statements within functions to prevent poll uting the global 4 # namespace 5 def _try_init_numeric(): 6 try: ImportError: DLL load failed: The specified procedure could not be found. I note that the files in the zip are called intl.dll and iconv.dll, not libintl.dll and libiconv.dll. I copied and renamed the files so that I have the files under both names in c:\Python24\Lib\site-packages, but the result is the same FYI: I am on a Thinkpad. Very rarely, but not never, I have a conflict with the IBM installed python. The problem arises because IBM chose to set PYTHONCASEOK causing confusion if modules have capital letter names. I unset it, but very occasionally the system detects the change and resets it. Very annoying and easy to forget about. Bit me twice. I mention this because if you are not on a Thinkpad, you will never find this problem. On the face of it, I don't see that this little feature applies in this case. -gary > > >_______________________________________________ >Visualpython-users mailing list >Vis...@li... >https://lists.sourceforge.net/lists/listinfo/visualpython-users > > > |
From: Bruce S. <Bru...@nc...> - 2006-06-05 03:50:41
|
Hurray! Works for me. Regarding a note from Gary Pajer: Yes, the zip file contains iconv.dll and intl.dll, not libintl.dll nor libiconv.dll. I copied the files directly from the zip file, leaving the names as iconv.dll and intl.dll (and overwriting the old files with those names), and now everything works on my XP machine. Congratulations, Jonathan. This is a huge step forward. Bruce Jonathan Brandmeyer wrote: > I may have managed to track down the problem. Please download > http://www4.ncsu.edu/~jdbrandm/vpython-4.beta0-patch.zip > > It contains libintl.dll and libiconv.dll. Extract both of these to > C:\Python24\Lib\site-packages\ > gtkrun\bin\, and then try to run some VPython program. > > If this either works or doesn't work for you, please let me know. > > Thanks, > -Jonathan Brandmeyer > > > > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |
From: Jonathan B. <jbr...@ea...> - 2006-06-05 17:44:10
|
On Sun, 2006-06-04 at 23:50 -0400, Bruce Sherwood wrote: > Hurray! Works for me. > > Regarding a note from Gary Pajer: Yes, the zip file contains iconv.dll > and intl.dll, not libintl.dll nor libiconv.dll. I copied the files > directly from the zip file, leaving the names as iconv.dll and intl.dll > (and overwriting the old files with those names), and now everything > works on my XP machine. I misspoke - intl.dll and iconv.dll are their proper names; no renaming is needed. -Jonathan |
From: Gary <pa...@in...> - 2006-06-05 17:53:37
|
Jonathan Brandmeyer wrote: >On Sun, 2006-06-04 at 23:50 -0400, Bruce Sherwood wrote: > > >>Hurray! Works for me. >> >>Regarding a note from Gary Pajer: Yes, the zip file contains iconv.dll >>and intl.dll, not libintl.dll nor libiconv.dll. I copied the files >>directly from the zip file, leaving the names as iconv.dll and intl.dll >>(and overwriting the old files with those names), and now everything >>works on my XP machine. >> >> > >I misspoke - intl.dll and iconv.dll are their proper names; no renaming >is needed. > > Ok, but the problem persists. -gary >-Jonathan > > > >_______________________________________________ >Visualpython-users mailing list >Vis...@li... >https://lists.sourceforge.net/lists/listinfo/visualpython-users > > > |