Re: Vpython and wxpython Programming Software Development by Ene Uran Vpython and wxPython each use their own event loops, so it will not be easy and very smooth. Re: VPython Help Programming Software Development by vegaseat I have played around with VPython, looks like I have to do some more… ... [code=python]# experiments with visual Python (VPython) # free download from http://vpython.org # bounce a ball on the floor …and ... [code=python]# experiments with visual Python (VPython) # free download from http://vpython.org # create random spheres of random color, … VPython Help Programming Software Development by lllllIllIlllI Hi I have been mucking around with VPython for a bit now and i can use it for … wondering if it was even possible to do things in VPython such as importing 3D models that you could use as… Re: VPython Help Programming Software Development by vegaseat … an example ... [code=python]# experiments with visual Python (VPython) # free download from http://vpython.org # example use of faces object for building… Re: VPython Help Programming Software Development by vegaseat … of other shapes ... [code=python]# experiments with visual Python (VPython) from: http://vpython.org/ # draw a series of increasing radius cylinders to… Re: VPython help Programming Software Development by vegaseat [QUOTE=tomtetlaw;756715]Do you know any goood tutorials for VPython?[/QUOTE]VPython installs pretty good html docs with many nice working examples… 'visual' directory There is also a pdf at: [url]http://vpython.org/VPython_Intro.pdf[/url] Make your head swell a little… Re: VPython Help Programming Software Development by ZZucker Yeah vega, VPython is an interesting module for 3D modeling (free too). I … Re: VPython help Programming Software Development by vegaseat [QUOTE=tomtetlaw;756640]Nah, i'm using IDLE which comes with python[/QUOTE]Actually VPython comes with it's own version of IDLE. That one behaves okay. It uses the regular IDLE but changes the property settings. One IDE I use a lot is DrPython, and it gives me no problems with VPython code. Re: VPython help Programming Software Development by vegaseat [QUOTE=tomtetlaw;756707]How do you run that version of IDLE?[/QUOTE]When you install VPython it normally installs an icon called "IDLE for VPython" on your desktop. Look at its properties from the right click menu. Don't know how it installs on Linux though. Give DrPython a try it comes in a Linux version. VPython help Programming Software Development by tomtetlaw Im learning VPython and im doing a tutorial that i found on the … Re: VPython help Programming Software Development by tomtetlaw Do you know any goood tutorials for VPython? Vpython help Programming Software Development by _Fletcher I'm having some trouble with vpython for my first-year programming project. The code below is … Re: Vpython and integration with GUI Programming Software Development by vegaseat …with the help of Python module thread ... [code]# using VPython (visual) and Tkinter together # with the help of … column=0, padx=10) # use thread to do run VPython and Tkinter simultaneously # thread.start_new_thread(function, args) # args …too. You can get VPython for Python27 from: [url]http://vpython.org/contents/download/VPython-Win-Py2.7-5.41… Vpython and integration with GUI Programming Software Development by DaleGriff … I have been impressed with the 3D animation ability of Vpython and playing around with the sample code available. I am… simulations to use in class. Is there any way that Vpython and a GUI package like tkinter can marry together such… that a Vpython window can be place in a canvas/frame or something… Re: Vpython and integration with GUI Programming Software Development by vegaseat I used Python27 because I couldn't find vpython for Python32 yet. Even though it is available for Python31. Vpython error won't run any programs Programming Software Development by johndb I have downloaded vpython and try to run one of the examples included with … installed on the laptop. And have tried uninstalling python and vpython a couple of times but the error continues does anyone… Re: Vpython error won't run any programs Programming Software Development by vegaseat I assume you used the Windows installer VPython-Win-Py2.6-5.12.exe not quite sure if that needs numpy too. I don't use Python26. The example works very well with Python25. Re: Vpython error won't run any programs Programming Software Development by johndb Yes I did as per the instructions on the vpython download page. Re: Vpython error won't run any programs Programming Software Development by alex.avak …, I think, and I tried to run this program in VPython: from visual import * checkerboard = ( (0,1,0,1), (1,0… VPython keys pressed Programming Software Development by tomtetlaw Can anyone tell me how to get what keys are pressed in VPython? Vpython and wxpython Programming Software Development by Stefano Mtangoo Just a curious Question, Is there a way of putting Vpython in wxpython as we do in case of wx.MediaCtrl and other stuffs? Re: Vpython and wxpython Programming Software Development by Stefano Mtangoo So not possible? How difficult and effective is pyOpenGL compared to Vpython? Can anyone give a simple comparison? Re: Vpython and wxpython Programming Software Development by bumsfeld …, but to go from there to something that works like VPython you need lots of work: [code=python]import wx import… Re: Vpython and wxpython Programming Software Development by Stefano Mtangoo Hav you read the thread? they are not yet integrated. So I think good candindate to answer this question is Vpython mailing list or wxPython ones. They are both very active lists VPython Importing Error Programming Software Development by Mithrandir85 … bit to complex for what I wanted to do, to VPython, which based on the YouTube video's looks very easy… Re: VPython Importing Error Programming Software Development by Mithrandir85 Yeah i am, i had a look on the site (vpython.org), but i could see a 64-bit version and there was no help documentation; but if there was i couldnt find it VPython Question Programming Software Development by vom53 … school Calculus teacher is requiring our class to program using VPython. Here is the link to the projects we are required… Vpython program will not run Programming Software Development by 909kidd Hello, I and doing a ball bounce project for Vpython and I am trying run the program I wrote. I … Re: Vpython program will not run Programming Software Development by bumsfeld ….pos,"." [/code] This code works just fine with vpython and python27. What is your exact traceback error message? Re: Vpython program will not run Programming Software Development by HiHe I like the improved version of the IDLE editor that comes with Vpython.