Re: [Camfr-users] (no subject)
Brought to you by:
pbienst
|
From: Peter B. <Pet...@ru...> - 2002-04-19 14:38:37
|
Hi, The problem is that camfr 0.9 was built for Python 2.1 and you are using Python 2.2. You could either install Python 2.1 or use a preview of the new camfr 1.0 which is built for Python 2.2 and can be three times as fast as 0.9. I will send you information on how to get this preview version privately. Peter On Fri, 19 Apr 2002, lou jun wrote: > hi, > i just begin to use Camfr software. and got a problem in runing it. > here is what i do: > 1>>i install python2.2 and camfr-0.9.win-i686.exe under NT. > 2>>run python IDLE, open the source file, tutorial1.py. and run script. > 3>> i got this error > Traceback (most recent call last): > File "Z:\Python22\tutorial1.py", line 9, in ? > from camfr import * > ImportError: DLL load failed: The specified module could not be found. > Note: i have include the Camfr path in the PATH. > > can anyone help me to solve this problem. thanx > loujun > > > _________________________________________________________________ > MSN Photos is the easiest way to share and print your photos: > http://photos.msn.com/support/worldwide.aspx > > > _______________________________________________ > Camfr-users mailing list > Cam...@li... > https://lists.sourceforge.net/lists/listinfo/camfr-users > |