From: Bruce S. <Bru...@nc...> - 2011-03-03 01:07:18
|
First, you might check that in c:\Python31\Lib\site-packages you do find these folders: FontTools, numpy, Polygon, ttfquery, vidle, vis, visual, and the files FontTools.pth and three files ending in py3.1.egg-info. Then try this: Click on the round Windows icon, and in the box labeled "Search programs and files" type "command prompt" to bring up a typescript, or find this in Accessories on the start menu. Execute "cd c:\Python31", and type python. You should find yourself in the Python shell. Type "from visual import *" and report what happens. Or if there is no complaint, try typing "box()" and see what happens. Another thing you can do is from Python31 execute "cd Lib\site-packages\vidle", then execute "c:\Python31\python idle.pyw" and see whether you can start VIDLE that way. Bruce Sherwood On Wed, Mar 2, 2011 at 1:48 PM, Joe Heafner <hea...@gm...> wrote: > I just installed the very latest Python 3.1 and VPython for Windows XP running under VirtualBox 4.0.4. The VIDLE desktop shortcut won't launch and I also can't launch VIDLE from its home folder. Any suggestions? I've no idea how to troubleshoot Windows. > > Joe Heafner > Sent from one of my Macs > > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search & Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT data > generated by your applications, servers and devices whether physical, virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |