RE: [Pippy-discuss] error i am getting in pippy
Brought to you by:
tokeneater
|
From: Posadas, D. <den...@in...> - 2003-11-12 04:49:42
|
Bill, I think it is the 2MB memory of the Palm Zire that is giving me problems, not the installation. When I install pylib.prc, it shows up as "Python VM", which should be correct right ? I'm starting to get tempted to switch to Pocket C if the stackless Pippy doesn't arrive soon :( Rgds, Dennis -----Original Message----- From: Bill Pitre [mailto:bj....@te...]=20 Sent: Saturday, November 01, 2003 2:49 AM To: Posadas, Dennis Cc: pip...@li... Subject: Re: [Pippy-discuss] error i am getting in pippy > Can someone give me some tips here ? Thanks, Dennis Posadas >=20 > =20 Yes. >=20 > Program being imported from Memo Pad (Python type) >=20 > #helloworld.py > print "hello world" >=20 > In Pippy : > import memoimp; memoimp.install() #do I press eval here ? Yes. >=20 > import helloworld #do I press eval > here ? Yes. > #memoimp.uninstall() #do I need to run this > ? I never run the uninstall. Have never needed to run it. > Error message : > File "<string>", line 1, in ? > File "importer/memoimp.py", line 1, in ?=20 > File "importer/palm_imputil.py", line 10, in ? > ImportError: no module named marshal This looks like your Pippy installation is not complete. Did you=20 install "pylib.prc" which comes inside pippy_0_7.zip? If "pylib.prc" is installed in the same storage area as you installed "pippy.prc", then I=20 don't know what the problem is and suggest that you remove and reinstall pippy and the pylib. -- Bill =20 |