pard pardie píše v Út 12. 10. 2010 v 05:26 -0700: > Hi > > I am getting a dll load error when launching a pyinstaller exe on a > different machine to the one it was created on. It seems that the line > number it is complaining about has the following code: > > import win32ras
Could you post a small code example with win32ras which is failing? > > The application was created on a windows vista machine, using: > > python 2.6.5 > pyinstaller loaded from the snapshot zip file on pyinstaller > Python26Win page. > > The executable works on the machine it was created on but doesn't on a > different machine running windows xp professional. What is the output of the following command in command prompt? echo %PATH% -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
