|
From: Daniel M. R. <dan...@gm...> - 2012-02-28 04:21:41
|
Hi, i'm Daniel and i'm trying to run a vpython on GNU Linux Debian Wheezy
(testing by now) with kernel 3.2.0-amd64 with an nVidia 9400 GT Graphics
card. i have tested the Vpython on Windows and it works with excellent
performance, but when i try to use it on Linux it just run but doesn't show
anything
This is the typical prompt
Python 2.6.7 (r267:88850, Aug 3 2011, 11:33:52)
[GCC 4.6.1] on linux2
Type "copyright", "credits" or "license()" for more information.
****************************************************************
Personal firewall software may warn about the connection IDLE
makes to its subprocess using this computer's internal loopback
interface. This connection is not visible on any external
interface and no data is sent to or received from the Internet.
****************************************************************
IDLE 2.6.7
>>> ================================ RESTART
================================
>>>
>>> ================================ RESTART
================================
>>>
Just as when te program runs on Windows but doesnt show anything.
someone know what's happening?
Thanks
*Daniel Mejía R.*
" *Las más formidables armas del hombre para su conquista del
Conocimiento
son la mente racional y la insaciable curiosidad que lo impulsa...*"
Isaac Asimov
-
Grupo de Biofísica - Universidad de
Antioquia<http://fisica.udea.edu.co/%7Ebiofisica/index.html>
Grupo de Investigación en Fisiología y Bioquímica -
Physis<http://201.234.78.173:8080/gruplac/jsp/visualiza/visualizagr.jsp?nro=00000000001725>
Instituto de Física - Universidad de
Antioquia<http://fisica.udea.edu.co/index.html>
dan...@ho...
--
|
|
From: Daniel M. R. <dan...@gm...> - 2012-02-28 04:59:32
|
Hi, i'm Daniel and I'm trying to run a vpython on GNU Linux Debian Wheezy
(testing by now) with kernel 3.2.0-amd64 with an nVidia 9400 GT Graphics
card.
I've installed the package "python-visual" , the installed version says
"5.12".
When i type "from visual import *" on the IDLE promt, nothing happens wich
means that everything should be ok.
just as it looks on the terminal
IDLE 2.6.7
>>> from visual import * (intro)
>>>
I can't figure out what happens, long time ago i've used python-visual and
it worked well on Debian(older installation, now i've reinstalled
everything since last year)
I have tested the Vpython on Windows and it works with excellent
performance, but when i try to use it on Linux it just run but doesn't show
anything
This is the typical prompt when i try to run programs from linux
Python 2.6.7 (r267:88850, Aug 3 2011, 11:33:52)
[GCC 4.6.1] on linux2
Type "copyright", "credits" or "license()" for more information.
****************************************************************
Personal firewall software may warn about the connection IDLE
makes to its subprocess using this computer's internal loopback
interface. This connection is not visible on any external
interface and no data is sent to or received from the Internet.
****************************************************************
IDLE 2.6.7
>>> ================================ RESTART
================================
>>>
>>> ================================ RESTART
================================
>>>
Just as when te program runs on Windows but doesnt show anything.
someone know what's happening?
Thanks
*Daniel Mejía R.*
" *Las más formidables armas del hombre para su conquista del
Conocimiento
son la mente racional y la insaciable curiosidad que lo impulsa...*"
Isaac Asimov
-
Grupo de Biofísica - Universidad de
Antioquia<http://fisica.udea.edu.co/%7Ebiofisica/index.html>
Grupo de Investigación en Fisiología y Bioquímica -
Physis<http://201.234.78.173:8080/gruplac/jsp/visualiza/visualizagr.jsp?nro=00000000001725>
Instituto de Física - Universidad de
Antioquia<http://fisica.udea.edu.co/index.html>
dan...@ho...
--
|
|
From: Bruce S. <Bru...@nc...> - 2012-02-28 05:07:53
|
Thanks for the additional information. Evidently the visual module is present. The next question is, what happens when you type "box()" after importing Visual? You might also try this, which will give additional information: > VPYTHON_DEBUG=1 python Bruce Sherwood On Mon, Feb 27, 2012 at 9:59 PM, Daniel Mejía Raigosa <dan...@gm...> wrote: > > > Hi, i'm Daniel and I'm trying to run a vpython on GNU Linux Debian Wheezy > (testing by now) with kernel 3.2.0-amd64 with an nVidia 9400 GT Graphics > card. > > I've installed the package "python-visual" , the installed version says > "5.12". > > When i type "from visual import *" on the IDLE promt, nothing happens wich > means that everything should be ok. > > just as it looks on the terminal > IDLE 2.6.7 >>>> from visual import * (intro) >>>> > > I can't figure out what happens, long time ago i've used python-visual and > it worked well on Debian(older installation, now i've reinstalled > everything since last year) > > I have tested the Vpython on Windows and it works with excellent > performance, but when i try to use it on Linux it just run but doesn't show > anything > This is the typical prompt when i try to run programs from linux > > Python 2.6.7 (r267:88850, Aug 3 2011, 11:33:52) > [GCC 4.6.1] on linux2 > Type "copyright", "credits" or "license()" for more information. > > **************************************************************** > Personal firewall software may warn about the connection IDLE > makes to its subprocess using this computer's internal loopback > interface. This connection is not visible on any external > interface and no data is sent to or received from the Internet. > **************************************************************** > > IDLE 2.6.7 >>>> ================================ RESTART >>>> ================================ >>>> > >>>> ================================ RESTART >>>> ================================ >>>> > > Just as when te program runs on Windows but doesnt show anything. > someone know what's happening? > > Thanks > > Daniel Mejía R. > > " Las más formidables armas del hombre para su conquista del > Conocimiento > son la mente racional y la insaciable curiosidad que lo impulsa..." > > Isaac Asimov > - > Grupo de Biofísica - Universidad de Antioquia > Grupo de Investigación en Fisiología y Bioquímica - Physis > Instituto de Física - Universidad de Antioquia > dan...@ho... > -- > > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |
|
From: Bruce S. <Bru...@nc...> - 2012-02-28 04:43:13
|
The first question to ask is how did you prepare VPython? Did you install with a package manager or build from source? If you start from a terminal and execute "from visual import *", what do you see in the terminal listing? Bruce Sherwood On Mon, Feb 27, 2012 at 9:21 PM, Daniel Mejía Raigosa <dan...@gm...> wrote: > Hi, i'm Daniel and i'm trying to run a vpython on GNU Linux Debian Wheezy > (testing by now) with kernel 3.2.0-amd64 with an nVidia 9400 GT Graphics > card. i have tested the Vpython on Windows and it works with excellent > performance, but when i try to use it on Linux it just run but doesn't show > anything > This is the typical prompt > > Python 2.6.7 (r267:88850, Aug 3 2011, 11:33:52) > [GCC 4.6.1] on linux2 > Type "copyright", "credits" or "license()" for more information. > > **************************************************************** > Personal firewall software may warn about the connection IDLE > makes to its subprocess using this computer's internal loopback > interface. This connection is not visible on any external > interface and no data is sent to or received from the Internet. > **************************************************************** > > IDLE 2.6.7 >>>> ================================ RESTART >>>> ================================ >>>> > >>>> ================================ RESTART >>>> ================================ >>>> > > Just as when te program runs on Windows but doesnt show anything. > someone know what's happening? > > Thanks > > Daniel Mejía R. > > " Las más formidables armas del hombre para su conquista del > Conocimiento > son la mente racional y la insaciable curiosidad que lo impulsa..." > > Isaac Asimov > - > Grupo de Biofísica - Universidad de Antioquia > Grupo de Investigación en Fisiología y Bioquímica - Physis > Instituto de Física - Universidad de Antioquia > dan...@ho... > -- > > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |