From: Roman G. <rom...@gm...> - 2010-02-11 20:39:30
|
Hi Daniel Thanks for trying. I have only tested it on two Windows XP machines. It could be missing DLLs: The following need to be available: python26.dll (from the Python installation) msvcr90.dll (from the OS) kernel32.dll (from the OS) imagehlp.dll (from the OS) libifcoremd.dll (from pysparse) libmmd.dll (from pysparse) Unfortunately I'm not a Windows expert and I have no Windows7 available for testing. So it could something entirely different. Hopefully the Python modules compiled with mingw will work better. Regards, Roman On 11.02.2010 17:25, Daniel Wheeler wrote: > I installed this on Windows 7 virtual machine. When I run "import > pysparse" in the python command prompt, I get the following error > message in a dialogue box "python.exe has stopped working". No idea > what is going on here or why a dialogue box pops up when it's > importing a python script. Any ideas? > > On Sun, Feb 7, 2010 at 12:47 PM, Roman Geus<rom...@gm...> wrote: > >> Hi again >> >> If you are interested in downloading the new Windows installer please >> use the following URL: >> http://hamsel.users.sourceforge.net/pysparse-1.2a1.win32-py2.6.exe >> >> I will delete the installer from the list of public files, so the old >> URL becomes invalid. >> >> Cheers, >> Roman >> >> On 07.02.2010 18:04, Roman Geus wrote: >> >>> Hello Daniel and Dominique >>> >>> Finally I managed to create a Windows installer for Python 2.6 and >>> Numpy 1.4 based on the current svn trunk available at >>> http://ovh.dl.sourceforge.net/project/pysparse/devel/pysparse-1.2a1.win32-py2.6.exe >>> >>> >>> (BTW: there must be a better way to share files between developers...) >>> >>> It was built using VC++ 2008 and ACML. >>> >>> I have commit the necessary code changes and some install documentation. >>> >>> Is anybody willing to test it? >>> >>> Best regards, >>> Roman >>> >>> On 04.02.2010 16:22, Daniel Wheeler wrote: >>> >>>> Good luck Roman. I'm trying to build it on Windows 7 running as a >>>> virtual machine. It took me a day to figure out that I needed to run >>>> the "command line application" as an administrator before it does >>>> anything! >>>> >>>> On Wed, Feb 3, 2010 at 6:01 PM, Roman Geus<rom...@gm...> wrote: >>>> >>>>> Hi >>>>> >>>>> Just an update... >>>>> >>>>> I'm still trying to build pysparse in Windows using VC++ and ACML for >>>>> Python 2.6. Basically it seems to be working now, but only if I link >>>>> ACML dynamically (as DLL), which not suitable for creating an >>>>> installer. >>>>> >>>>> If I link the static ACML I still get dependencies to >>>>> Fortran-related DLLs. >>>>> >>>>> I hope I find a solution soon. >>>>> >>>>> Regards, >>>>> Roman >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> >>>>> The Planet: dedicated and managed hosting, cloud storage, colocation >>>>> Stay online with enterprise data centers and the best network in the >>>>> business >>>>> Choose flexible plans and management services without long-term >>>>> contracts >>>>> Personal 24x7 support from experience hosting pros just a phone call >>>>> away. >>>>> http://p.sf.net/sfu/theplanet-com >>>>> _______________________________________________ >>>>> Pysparse-developers mailing list >>>>> Pys...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/pysparse-developers >>>>> >>>>> >>>> >>>> >>> >> >> ------------------------------------------------------------------------------ >> The Planet: dedicated and managed hosting, cloud storage, colocation >> Stay online with enterprise data centers and the best network in the business >> Choose flexible plans and management services without long-term contracts >> Personal 24x7 support from experience hosting pros just a phone call away. >> http://p.sf.net/sfu/theplanet-com >> _______________________________________________ >> Pysparse-developers mailing list >> Pys...@li... >> https://lists.sourceforge.net/lists/listinfo/pysparse-developers >> >> > > > |