You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
(1) |
Aug
|
Sep
(15) |
Oct
(32) |
Nov
(35) |
Dec
(48) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(46) |
Feb
(22) |
Mar
(65) |
Apr
(49) |
May
(22) |
Jun
(29) |
Jul
(51) |
Aug
(34) |
Sep
(32) |
Oct
(46) |
Nov
(30) |
Dec
(32) |
2002 |
Jan
(48) |
Feb
(4) |
Mar
(20) |
Apr
(28) |
May
(13) |
Jun
(34) |
Jul
(51) |
Aug
(15) |
Sep
(15) |
Oct
(35) |
Nov
(15) |
Dec
(20) |
2003 |
Jan
(31) |
Feb
(111) |
Mar
(41) |
Apr
(28) |
May
(36) |
Jun
(29) |
Jul
(27) |
Aug
(29) |
Sep
(47) |
Oct
(28) |
Nov
(7) |
Dec
(26) |
2004 |
Jan
(44) |
Feb
(9) |
Mar
(17) |
Apr
(26) |
May
(58) |
Jun
(13) |
Jul
(44) |
Aug
(64) |
Sep
(30) |
Oct
(11) |
Nov
(21) |
Dec
(28) |
2005 |
Jan
(29) |
Feb
(11) |
Mar
(11) |
Apr
(22) |
May
(85) |
Jun
(46) |
Jul
(17) |
Aug
(18) |
Sep
(14) |
Oct
(22) |
Nov
(1) |
Dec
(45) |
2006 |
Jan
(20) |
Feb
(36) |
Mar
(18) |
Apr
(24) |
May
(21) |
Jun
(48) |
Jul
(23) |
Aug
(20) |
Sep
(10) |
Oct
(41) |
Nov
(46) |
Dec
(40) |
2007 |
Jan
(40) |
Feb
(20) |
Mar
(13) |
Apr
(6) |
May
(24) |
Jun
(31) |
Jul
(30) |
Aug
(11) |
Sep
(11) |
Oct
(10) |
Nov
(56) |
Dec
(64) |
2008 |
Jan
(64) |
Feb
(22) |
Mar
(63) |
Apr
(28) |
May
(25) |
Jun
(36) |
Jul
(11) |
Aug
(9) |
Sep
(14) |
Oct
(41) |
Nov
(46) |
Dec
(130) |
2009 |
Jan
(95) |
Feb
(41) |
Mar
(24) |
Apr
(35) |
May
(53) |
Jun
(67) |
Jul
(48) |
Aug
(48) |
Sep
(86) |
Oct
(75) |
Nov
(64) |
Dec
(52) |
2010 |
Jan
(57) |
Feb
(31) |
Mar
(28) |
Apr
(40) |
May
(25) |
Jun
(42) |
Jul
(79) |
Aug
(31) |
Sep
(49) |
Oct
(66) |
Nov
(38) |
Dec
(25) |
2011 |
Jan
(29) |
Feb
(18) |
Mar
(44) |
Apr
(6) |
May
(28) |
Jun
(31) |
Jul
(36) |
Aug
(24) |
Sep
(30) |
Oct
(23) |
Nov
(21) |
Dec
(27) |
2012 |
Jan
(14) |
Feb
(11) |
Mar
(2) |
Apr
(48) |
May
(7) |
Jun
(32) |
Jul
(22) |
Aug
(25) |
Sep
(31) |
Oct
(32) |
Nov
(21) |
Dec
(17) |
2013 |
Jan
(44) |
Feb
(27) |
Mar
(3) |
Apr
(1) |
May
|
Jun
|
Jul
(3) |
Aug
(4) |
Sep
(1) |
Oct
(7) |
Nov
(5) |
Dec
(5) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
(2) |
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Gary P. <gar...@gm...> - 2010-07-14 15:15:46
|
On Wed, Jul 14, 2010 at 10:35 AM, James Mueller <mu...@pi...> wrote: > I took a look and the file distribution.dist inside the vpython installer > contains the lines > > if(!(system.files.fileExistsAtPath('/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6') > == true)) { > my.result.title = 'Need Python 2.6 from python.org'; > my.result.message = 'Python 2.6 from python.org must be installed > before installing VPython.'; > my.result.type = 'Fatal'; > return false; > } > > So it isn't looking for Current, it is looking for a specific python. > > So, if you also install the python 2.6 from python.org, this file will > exist and the visual installer will work and you will be in the same setup > as Rhett. You will have two versions of python, one with visual and one > with all the enthought libraries. > > -Jim > AHA!!! There's a typo in the Enthought distribution. The directory that should be called "2.6" is actually called "6.2" But simply renaming that directory causes other problems. I'll report it to the Enthought people. > > On Jul 14, 2010, at 9:31 AM, Gary Pajer wrote: > > On Wed, Jul 14, 2010 at 8:35 AM, Rhett Allain <ra...@se...> wrote: > >> Gary, >> >> I have essentially the same problem. The workaround I use is that if I >> launch VIDLE (in the VPython folder), it can find the vpython stuff - but it >> doesn't find the enthought stuff. If I launch some other IDLE, then it >> doesn't find the visual module. >> >> The bad part of this solution is that I can't use the visual module and >> the pylab module at the same time. >> >> Rhett >> > > How did you install Vpython? In my case, the Mac installer won't run. > -g > > >> >> >> >> On Wed, Jul 14, 2010 at 12:08 AM, Bruce Sherwood <bas...@nc...>wrote: >> >>> /Library/Frameworks/Python.framework/Versions/Current/bin/python is >>> indeed the expected location for the Python executor, so that doesn't seem >>> to be the problem, at least not in any simple sense. I use Apple >>> PackageMaker to build the Mac VPython installer, and I know nothing about >>> its criteria for recognizing the presence of Python 2.6. >>> >>> You made me realize that the Mac and Windows download pages at >>> vpython.org were out of date, as they offered Python 2.6.4. After >>> checking that the VPython installers for Mac and Windows are happy with >>> Python 2.6.5, I've updated vpython.org to offer Python 2.6.5. >>> >>> Nor had I realized that now Python 2.7 is the standard release, so I need >>> to build against that. >>> >>> Bruce Sherwood >>> >>> On Tue, Jul 13, 2010 at 8:47 PM, Gary Pajer <gar...@gm...>wrote: >>> >>>> I'm installing software on a new MacBook. I'm not yet very facile with >>>> Macs. >>>> >>>> I have python 2.6.5 from python.org installed, but the vpython >>>> installer says that I have to install python 2.6 before it will proceed. I >>>> think the problem may be that python is not installed in it's default >>>> location. Python was installed as part of the Enthought Python >>>> Distribution, which installs python and a bunch of other stuff that I use. >>>> The python executable ended up being >>>> >>>> /Library/Frameworks/Python.framework/Versions/Current/bin/python >>>> >>>> 1. Is this indeed *not* the default location for a "regular" >>>> installation of python? >>>> 2. If it is not, is that possibly the cause of my problem? >>>> 3. Can I fix it by >>>> a. creating a symbolic link somewhere (what would it be?) >>>> b. or telling vpython where to look for python (set an environment >>>> variable?) >>>> 4. Or am I wrong, and the problem lies somewhere else? >>>> >>>> Thanks, >>>> gary >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> This SF.net email is sponsored by Sprint >>>> What will you do first with EVO, the first 4G phone? >>>> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >>>> _______________________________________________ >>>> Visualpython-users mailing list >>>> Vis...@li... >>>> https://lists.sourceforge.net/lists/listinfo/visualpython-users >>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> This SF.net email is sponsored by Sprint >>> What will you do first with EVO, the first 4G phone? >>> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >>> _______________________________________________ >>> Visualpython-users mailing list >>> Vis...@li... >>> https://lists.sourceforge.net/lists/listinfo/visualpython-users >>> >>> >> >> >> -- >> ================ >> Rhett Allain, Ph.D. >> Associate Professor of Physics >> Department of Chemistry and Physics >> Southeastern Louisiana University >> ra...@se... >> http://scienceblogs.com/dotphysics >> ================ >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by Sprint >> What will you do first with EVO, the first 4G phone? >> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >> _______________________________________________ >> Visualpython-users mailing list >> Vis...@li... >> https://lists.sourceforge.net/lists/listinfo/visualpython-users >> >> > <ATT00001..txt><ATT00002..txt> > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > |
From: James M. <mu...@pi...> - 2010-07-14 14:35:45
|
I took a look and the file distribution.dist inside the vpython installer contains the lines if(!(system.files.fileExistsAtPath('/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6') == true)) { my.result.title = 'Need Python 2.6 from python.org'; my.result.message = 'Python 2.6 from python.org must be installed before installing VPython.'; my.result.type = 'Fatal'; return false; } So it isn't looking for Current, it is looking for a specific python. So, if you also install the python 2.6 from python.org, this file will exist and the visual installer will work and you will be in the same setup as Rhett. You will have two versions of python, one with visual and one with all the enthought libraries. -Jim On Jul 14, 2010, at 9:31 AM, Gary Pajer wrote: > On Wed, Jul 14, 2010 at 8:35 AM, Rhett Allain <ra...@se...> wrote: > Gary, > > I have essentially the same problem. The workaround I use is that if I launch VIDLE (in the VPython folder), it can find the vpython stuff - but it doesn't find the enthought stuff. If I launch some other IDLE, then it doesn't find the visual module. > > The bad part of this solution is that I can't use the visual module and the pylab module at the same time. > > Rhett > > How did you install Vpython? In my case, the Mac installer won't run. > -g > > > > > On Wed, Jul 14, 2010 at 12:08 AM, Bruce Sherwood <bas...@nc...> wrote: > /Library/Frameworks/Python.framework/Versions/Current/bin/python is indeed the expected location for the Python executor, so that doesn't seem to be the problem, at least not in any simple sense. I use Apple PackageMaker to build the Mac VPython installer, and I know nothing about its criteria for recognizing the presence of Python 2.6. > > You made me realize that the Mac and Windows download pages at vpython.org were out of date, as they offered Python 2.6.4. After checking that the VPython installers for Mac and Windows are happy with Python 2.6.5, I've updated vpython.org to offer Python 2.6.5. > > Nor had I realized that now Python 2.7 is the standard release, so I need to build against that. > > Bruce Sherwood > > On Tue, Jul 13, 2010 at 8:47 PM, Gary Pajer <gar...@gm...> wrote: > I'm installing software on a new MacBook. I'm not yet very facile with Macs. > > I have python 2.6.5 from python.org installed, but the vpython installer says that I have to install python 2.6 before it will proceed. I think the problem may be that python is not installed in it's default location. Python was installed as part of the Enthought Python Distribution, which installs python and a bunch of other stuff that I use. The python executable ended up being > > /Library/Frameworks/Python.framework/Versions/Current/bin/python > > 1. Is this indeed *not* the default location for a "regular" installation of python? > 2. If it is not, is that possibly the cause of my problem? > 3. Can I fix it by > a. creating a symbolic link somewhere (what would it be?) > b. or telling vpython where to look for python (set an environment variable?) > 4. Or am I wrong, and the problem lies somewhere else? > > Thanks, > gary > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > > > > -- > ================ > Rhett Allain, Ph.D. > Associate Professor of Physics > Department of Chemistry and Physics > Southeastern Louisiana University > ra...@se... > http://scienceblogs.com/dotphysics > ================ > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > > <ATT00001..txt><ATT00002..txt> |
From: Gary P. <gar...@gm...> - 2010-07-14 14:35:05
|
OK. To be clear about my situation: the installer starts but will not perform the installation. -g On Wed, Jul 14, 2010 at 10:28 AM, Rhett Allain <ra...@se...> wrote: > Gary, > > I just followed the instructions on vpython.org and it worked fine. > > Rhett > > > On Wed, Jul 14, 2010 at 8:31 AM, Gary Pajer <gar...@gm...> wrote: > >> On Wed, Jul 14, 2010 at 8:35 AM, Rhett Allain <ra...@se...> wrote: >> >>> Gary, >>> >>> I have essentially the same problem. The workaround I use is that if I >>> launch VIDLE (in the VPython folder), it can find the vpython stuff - but it >>> doesn't find the enthought stuff. If I launch some other IDLE, then it >>> doesn't find the visual module. >>> >>> The bad part of this solution is that I can't use the visual module and >>> the pylab module at the same time. >>> >>> Rhett >>> >> >> How did you install Vpython? In my case, the Mac installer won't run. >> -g >> >> >>> >>> >>> >>> On Wed, Jul 14, 2010 at 12:08 AM, Bruce Sherwood <bas...@nc...>wrote: >>> >>>> /Library/Frameworks/Python.framework/Versions/Current/bin/python is >>>> indeed the expected location for the Python executor, so that doesn't seem >>>> to be the problem, at least not in any simple sense. I use Apple >>>> PackageMaker to build the Mac VPython installer, and I know nothing about >>>> its criteria for recognizing the presence of Python 2.6. >>>> >>>> You made me realize that the Mac and Windows download pages at >>>> vpython.org were out of date, as they offered Python 2.6.4. After >>>> checking that the VPython installers for Mac and Windows are happy with >>>> Python 2.6.5, I've updated vpython.org to offer Python 2.6.5. >>>> >>>> Nor had I realized that now Python 2.7 is the standard release, so I >>>> need to build against that. >>>> >>>> Bruce Sherwood >>>> >>>> On Tue, Jul 13, 2010 at 8:47 PM, Gary Pajer <gar...@gm...>wrote: >>>> >>>>> I'm installing software on a new MacBook. I'm not yet very facile with >>>>> Macs. >>>>> >>>>> I have python 2.6.5 from python.org installed, but the vpython >>>>> installer says that I have to install python 2.6 before it will proceed. I >>>>> think the problem may be that python is not installed in it's default >>>>> location. Python was installed as part of the Enthought Python >>>>> Distribution, which installs python and a bunch of other stuff that I use. >>>>> The python executable ended up being >>>>> >>>>> /Library/Frameworks/Python.framework/Versions/Current/bin/python >>>>> >>>>> 1. Is this indeed *not* the default location for a "regular" >>>>> installation of python? >>>>> 2. If it is not, is that possibly the cause of my problem? >>>>> 3. Can I fix it by >>>>> a. creating a symbolic link somewhere (what would it be?) >>>>> b. or telling vpython where to look for python (set an environment >>>>> variable?) >>>>> 4. Or am I wrong, and the problem lies somewhere else? >>>>> >>>>> Thanks, >>>>> gary >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> This SF.net email is sponsored by Sprint >>>>> What will you do first with EVO, the first 4G phone? >>>>> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >>>>> _______________________________________________ >>>>> Visualpython-users mailing list >>>>> Vis...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/visualpython-users >>>>> >>>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> This SF.net email is sponsored by Sprint >>>> What will you do first with EVO, the first 4G phone? >>>> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >>>> _______________________________________________ >>>> Visualpython-users mailing list >>>> Vis...@li... >>>> https://lists.sourceforge.net/lists/listinfo/visualpython-users >>>> >>>> >>> >>> >>> -- >>> ================ >>> Rhett Allain, Ph.D. >>> Associate Professor of Physics >>> Department of Chemistry and Physics >>> Southeastern Louisiana University >>> ra...@se... >>> http://scienceblogs.com/dotphysics >>> ================ >>> >>> >>> ------------------------------------------------------------------------------ >>> This SF.net email is sponsored by Sprint >>> What will you do first with EVO, the first 4G phone? >>> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >>> _______________________________________________ >>> Visualpython-users mailing list >>> Vis...@li... >>> https://lists.sourceforge.net/lists/listinfo/visualpython-users >>> >>> >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by Sprint >> What will you do first with EVO, the first 4G phone? >> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >> _______________________________________________ >> Visualpython-users mailing list >> Vis...@li... >> https://lists.sourceforge.net/lists/listinfo/visualpython-users >> >> > > > -- > ================ > Rhett Allain, Ph.D. > Associate Professor of Physics > Department of Chemistry and Physics > Southeastern Louisiana University > ra...@se... > http://scienceblogs.com/dotphysics > ================ > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > |
From: Rhett A. <ra...@se...> - 2010-07-14 14:28:33
|
Gary, I just followed the instructions on vpython.org and it worked fine. Rhett On Wed, Jul 14, 2010 at 8:31 AM, Gary Pajer <gar...@gm...> wrote: > On Wed, Jul 14, 2010 at 8:35 AM, Rhett Allain <ra...@se...> wrote: > >> Gary, >> >> I have essentially the same problem. The workaround I use is that if I >> launch VIDLE (in the VPython folder), it can find the vpython stuff - but it >> doesn't find the enthought stuff. If I launch some other IDLE, then it >> doesn't find the visual module. >> >> The bad part of this solution is that I can't use the visual module and >> the pylab module at the same time. >> >> Rhett >> > > How did you install Vpython? In my case, the Mac installer won't run. > -g > > >> >> >> >> On Wed, Jul 14, 2010 at 12:08 AM, Bruce Sherwood <bas...@nc...>wrote: >> >>> /Library/Frameworks/Python.framework/Versions/Current/bin/python is >>> indeed the expected location for the Python executor, so that doesn't seem >>> to be the problem, at least not in any simple sense. I use Apple >>> PackageMaker to build the Mac VPython installer, and I know nothing about >>> its criteria for recognizing the presence of Python 2.6. >>> >>> You made me realize that the Mac and Windows download pages at >>> vpython.org were out of date, as they offered Python 2.6.4. After >>> checking that the VPython installers for Mac and Windows are happy with >>> Python 2.6.5, I've updated vpython.org to offer Python 2.6.5. >>> >>> Nor had I realized that now Python 2.7 is the standard release, so I need >>> to build against that. >>> >>> Bruce Sherwood >>> >>> On Tue, Jul 13, 2010 at 8:47 PM, Gary Pajer <gar...@gm...>wrote: >>> >>>> I'm installing software on a new MacBook. I'm not yet very facile with >>>> Macs. >>>> >>>> I have python 2.6.5 from python.org installed, but the vpython >>>> installer says that I have to install python 2.6 before it will proceed. I >>>> think the problem may be that python is not installed in it's default >>>> location. Python was installed as part of the Enthought Python >>>> Distribution, which installs python and a bunch of other stuff that I use. >>>> The python executable ended up being >>>> >>>> /Library/Frameworks/Python.framework/Versions/Current/bin/python >>>> >>>> 1. Is this indeed *not* the default location for a "regular" >>>> installation of python? >>>> 2. If it is not, is that possibly the cause of my problem? >>>> 3. Can I fix it by >>>> a. creating a symbolic link somewhere (what would it be?) >>>> b. or telling vpython where to look for python (set an environment >>>> variable?) >>>> 4. Or am I wrong, and the problem lies somewhere else? >>>> >>>> Thanks, >>>> gary >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> This SF.net email is sponsored by Sprint >>>> What will you do first with EVO, the first 4G phone? >>>> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >>>> _______________________________________________ >>>> Visualpython-users mailing list >>>> Vis...@li... >>>> https://lists.sourceforge.net/lists/listinfo/visualpython-users >>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> This SF.net email is sponsored by Sprint >>> What will you do first with EVO, the first 4G phone? >>> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >>> _______________________________________________ >>> Visualpython-users mailing list >>> Vis...@li... >>> https://lists.sourceforge.net/lists/listinfo/visualpython-users >>> >>> >> >> >> -- >> ================ >> Rhett Allain, Ph.D. >> Associate Professor of Physics >> Department of Chemistry and Physics >> Southeastern Louisiana University >> ra...@se... >> http://scienceblogs.com/dotphysics >> ================ >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by Sprint >> What will you do first with EVO, the first 4G phone? >> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >> _______________________________________________ >> Visualpython-users mailing list >> Vis...@li... >> https://lists.sourceforge.net/lists/listinfo/visualpython-users >> >> > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > -- ================ Rhett Allain, Ph.D. Associate Professor of Physics Department of Chemistry and Physics Southeastern Louisiana University ra...@se... http://scienceblogs.com/dotphysics ================ |
From: Gary P. <gar...@gm...> - 2010-07-14 14:03:20
|
On Wed, Jul 14, 2010 at 8:35 AM, Rhett Allain <ra...@se...> wrote: > Gary, > > I have essentially the same problem. The workaround I use is that if I > launch VIDLE (in the VPython folder), it can find the vpython stuff - but it > doesn't find the enthought stuff. If I launch some other IDLE, then it > doesn't find the visual module. > > The bad part of this solution is that I can't use the visual module and the > pylab module at the same time. > > Rhett > How did you install Vpython? In my case, the Mac installer won't run. -g > > > > On Wed, Jul 14, 2010 at 12:08 AM, Bruce Sherwood <bas...@nc...>wrote: > >> /Library/Frameworks/Python.framework/Versions/Current/bin/python is indeed >> the expected location for the Python executor, so that doesn't seem to be >> the problem, at least not in any simple sense. I use Apple PackageMaker to >> build the Mac VPython installer, and I know nothing about its criteria for >> recognizing the presence of Python 2.6. >> >> You made me realize that the Mac and Windows download pages at >> vpython.org were out of date, as they offered Python 2.6.4. After >> checking that the VPython installers for Mac and Windows are happy with >> Python 2.6.5, I've updated vpython.org to offer Python 2.6.5. >> >> Nor had I realized that now Python 2.7 is the standard release, so I need >> to build against that. >> >> Bruce Sherwood >> >> On Tue, Jul 13, 2010 at 8:47 PM, Gary Pajer <gar...@gm...> wrote: >> >>> I'm installing software on a new MacBook. I'm not yet very facile with >>> Macs. >>> >>> I have python 2.6.5 from python.org installed, but the vpython installer >>> says that I have to install python 2.6 before it will proceed. I think the >>> problem may be that python is not installed in it's default location. >>> Python was installed as part of the Enthought Python Distribution, which >>> installs python and a bunch of other stuff that I use. The python >>> executable ended up being >>> >>> /Library/Frameworks/Python.framework/Versions/Current/bin/python >>> >>> 1. Is this indeed *not* the default location for a "regular" >>> installation of python? >>> 2. If it is not, is that possibly the cause of my problem? >>> 3. Can I fix it by >>> a. creating a symbolic link somewhere (what would it be?) >>> b. or telling vpython where to look for python (set an environment >>> variable?) >>> 4. Or am I wrong, and the problem lies somewhere else? >>> >>> Thanks, >>> gary >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> This SF.net email is sponsored by Sprint >>> What will you do first with EVO, the first 4G phone? >>> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >>> _______________________________________________ >>> Visualpython-users mailing list >>> Vis...@li... >>> https://lists.sourceforge.net/lists/listinfo/visualpython-users >>> >>> >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by Sprint >> What will you do first with EVO, the first 4G phone? >> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >> _______________________________________________ >> Visualpython-users mailing list >> Vis...@li... >> https://lists.sourceforge.net/lists/listinfo/visualpython-users >> >> > > > -- > ================ > Rhett Allain, Ph.D. > Associate Professor of Physics > Department of Chemistry and Physics > Southeastern Louisiana University > ra...@se... > http://scienceblogs.com/dotphysics > ================ > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > |
From: James M. <mu...@pi...> - 2010-07-14 14:02:24
|
Gary and Rhett, I had this problem a couple of years ago when I was teaching a course where I wanted to use scipy and visual. IIRC at that time I solved it by rebuilding visual against the installed enthought python There were a few issues in the make file that I needed tinker with, but it wasn't hard - at that time. It was certainly easier than figuring out the install issues. Then I could distribute my own installer for those students in my class who had macs. Of course using the other part of pylab, matplotlib, and visual together never worked for me. On windows, the pythonxy distribution comes with numpy, scipy, matplotlib, and visual, so for students on that platform, it was easy to say just install pythonxy. Unfortunately, pythonxy doesn't have an OS-X version. -Jim On Jul 14, 2010, at 8:35 AM, Rhett Allain wrote: > Gary, > > I have essentially the same problem. The workaround I use is that if I launch VIDLE (in the VPython folder), it can find the vpython stuff - but it doesn't find the enthought stuff. If I launch some other IDLE, then it doesn't find the visual module. > > The bad part of this solution is that I can't use the visual module and the pylab module at the same time. > > Rhett > > > > On Wed, Jul 14, 2010 at 12:08 AM, Bruce Sherwood <bas...@nc...> wrote: > /Library/Frameworks/Python.framework/Versions/Current/bin/python is indeed the expected location for the Python executor, so that doesn't seem to be the problem, at least not in any simple sense. I use Apple PackageMaker to build the Mac VPython installer, and I know nothing about its criteria for recognizing the presence of Python 2.6. > > You made me realize that the Mac and Windows download pages at vpython.org were out of date, as they offered Python 2.6.4. After checking that the VPython installers for Mac and Windows are happy with Python 2.6.5, I've updated vpython.org to offer Python 2.6.5. > > Nor had I realized that now Python 2.7 is the standard release, so I need to build against that. > > Bruce Sherwood > > On Tue, Jul 13, 2010 at 8:47 PM, Gary Pajer <gar...@gm...> wrote: > I'm installing software on a new MacBook. I'm not yet very facile with Macs. > > I have python 2.6.5 from python.org installed, but the vpython installer says that I have to install python 2.6 before it will proceed. I think the problem may be that python is not installed in it's default location. Python was installed as part of the Enthought Python Distribution, which installs python and a bunch of other stuff that I use. The python executable ended up being > > /Library/Frameworks/Python.framework/Versions/Current/bin/python > > 1. Is this indeed *not* the default location for a "regular" installation of python? > 2. If it is not, is that possibly the cause of my problem? > 3. Can I fix it by > a. creating a symbolic link somewhere (what would it be?) > b. or telling vpython where to look for python (set an environment variable?) > 4. Or am I wrong, and the problem lies somewhere else? > > Thanks, > gary > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > > > > -- > ================ > Rhett Allain, Ph.D. > Associate Professor of Physics > Department of Chemistry and Physics > Southeastern Louisiana University > ra...@se... > http://scienceblogs.com/dotphysics > ================ > <ATT00001..txt><ATT00002..txt> |
From: Rhett A. <ra...@se...> - 2010-07-14 13:01:15
|
Gary, I have essentially the same problem. The workaround I use is that if I launch VIDLE (in the VPython folder), it can find the vpython stuff - but it doesn't find the enthought stuff. If I launch some other IDLE, then it doesn't find the visual module. The bad part of this solution is that I can't use the visual module and the pylab module at the same time. Rhett On Wed, Jul 14, 2010 at 12:08 AM, Bruce Sherwood <bas...@nc...> wrote: > /Library/Frameworks/Python.framework/Versions/Current/bin/python is indeed > the expected location for the Python executor, so that doesn't seem to be > the problem, at least not in any simple sense. I use Apple PackageMaker to > build the Mac VPython installer, and I know nothing about its criteria for > recognizing the presence of Python 2.6. > > You made me realize that the Mac and Windows download pages at vpython.orgwere out of date, as they offered Python 2.6.4. After checking that the > VPython installers for Mac and Windows are happy with Python 2.6.5, I've > updated vpython.org to offer Python 2.6.5. > > Nor had I realized that now Python 2.7 is the standard release, so I need > to build against that. > > Bruce Sherwood > > On Tue, Jul 13, 2010 at 8:47 PM, Gary Pajer <gar...@gm...> wrote: > >> I'm installing software on a new MacBook. I'm not yet very facile with >> Macs. >> >> I have python 2.6.5 from python.org installed, but the vpython installer >> says that I have to install python 2.6 before it will proceed. I think the >> problem may be that python is not installed in it's default location. >> Python was installed as part of the Enthought Python Distribution, which >> installs python and a bunch of other stuff that I use. The python >> executable ended up being >> >> /Library/Frameworks/Python.framework/Versions/Current/bin/python >> >> 1. Is this indeed *not* the default location for a "regular" installation >> of python? >> 2. If it is not, is that possibly the cause of my problem? >> 3. Can I fix it by >> a. creating a symbolic link somewhere (what would it be?) >> b. or telling vpython where to look for python (set an environment >> variable?) >> 4. Or am I wrong, and the problem lies somewhere else? >> >> Thanks, >> gary >> >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by Sprint >> What will you do first with EVO, the first 4G phone? >> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >> _______________________________________________ >> Visualpython-users mailing list >> Vis...@li... >> https://lists.sourceforge.net/lists/listinfo/visualpython-users >> >> > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > -- ================ Rhett Allain, Ph.D. Associate Professor of Physics Department of Chemistry and Physics Southeastern Louisiana University ra...@se... http://scienceblogs.com/dotphysics ================ |
From: Bruce S. <bas...@nc...> - 2010-07-14 05:08:58
|
/Library/Frameworks/Python.framework/Versions/Current/bin/python is indeed the expected location for the Python executor, so that doesn't seem to be the problem, at least not in any simple sense. I use Apple PackageMaker to build the Mac VPython installer, and I know nothing about its criteria for recognizing the presence of Python 2.6. You made me realize that the Mac and Windows download pages at vpython.orgwere out of date, as they offered Python 2.6.4. After checking that the VPython installers for Mac and Windows are happy with Python 2.6.5, I've updated vpython.org to offer Python 2.6.5. Nor had I realized that now Python 2.7 is the standard release, so I need to build against that. Bruce Sherwood On Tue, Jul 13, 2010 at 8:47 PM, Gary Pajer <gar...@gm...> wrote: > I'm installing software on a new MacBook. I'm not yet very facile with > Macs. > > I have python 2.6.5 from python.org installed, but the vpython installer > says that I have to install python 2.6 before it will proceed. I think the > problem may be that python is not installed in it's default location. > Python was installed as part of the Enthought Python Distribution, which > installs python and a bunch of other stuff that I use. The python > executable ended up being > > /Library/Frameworks/Python.framework/Versions/Current/bin/python > > 1. Is this indeed *not* the default location for a "regular" installation > of python? > 2. If it is not, is that possibly the cause of my problem? > 3. Can I fix it by > a. creating a symbolic link somewhere (what would it be?) > b. or telling vpython where to look for python (set an environment > variable?) > 4. Or am I wrong, and the problem lies somewhere else? > > Thanks, > gary > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > |
From: Gary P. <gar...@gm...> - 2010-07-14 02:47:58
|
I'm installing software on a new MacBook. I'm not yet very facile with Macs. I have python 2.6.5 from python.org installed, but the vpython installer says that I have to install python 2.6 before it will proceed. I think the problem may be that python is not installed in it's default location. Python was installed as part of the Enthought Python Distribution, which installs python and a bunch of other stuff that I use. The python executable ended up being /Library/Frameworks/Python.framework/Versions/Current/bin/python 1. Is this indeed *not* the default location for a "regular" installation of python? 2. If it is not, is that possibly the cause of my problem? 3. Can I fix it by a. creating a symbolic link somewhere (what would it be?) b. or telling vpython where to look for python (set an environment variable?) 4. Or am I wrong, and the problem lies somewhere else? Thanks, gary |
From: Guy K. K. <g....@ma...> - 2010-07-13 02:42:50
|
On Tue, 13 Jul 2010 14:17:48 Bruce Sherwood wrote: > I don't see how VPython could be of any help in this, nor do I know what > application would be suitable. Have a look into the OpenCV toolbox. I think there's stuff in there to facilitate that. Then you might be able to use the output from that to render it through VPython. HTH, Guy -- Guy K. Kloss Institute of Information and Mathematical Sciences Te Kura Pūtaiao o Mōhiohio me Pāngarau Massey University, Albany (North Shore City, Auckland) 473 State Highway 17, Gate 1, Mailroom, Quad B Building voice: +64 9 414-0800 ext. 9266 fax: +64 9 441-8181 G....@ma... http://www.massey.ac.nz/~gkloss |
From: Bruce S. <bas...@nc...> - 2010-07-13 02:17:57
|
I don't see how VPython could be of any help in this, nor do I know what application would be suitable. Bruce Sherwood On Mon, Jul 12, 2010 at 6:20 PM, Alec Bennett <wry...@gm...> wrote: > I have a bank of 5 cameras taking a simultaneous snapshot, and I'd like to > set up those cameras surrounding a person and assemble them into a 3d model. > I was wondering if visual Python can take these 5 pictures and do this? > > If not, could anyone recommend some other method? > > Thanks for any help. > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > |
From: Alec B. <wry...@gm...> - 2010-07-13 00:20:58
|
I have a bank of 5 cameras taking a simultaneous snapshot, and I'd like to set up those cameras surrounding a person and assemble them into a 3d model. I was wondering if visual Python can take these 5 pictures and do this? If not, could anyone recommend some other method? Thanks for any help. |
From: Andrew M. <amo...@de...> - 2010-07-12 19:40:04
|
This bug seems to come up when there is a new release of Ubuntu. Last fall (or winter, can't remember) when I ran into the problem, the discussion on this list seemed to indicate that we file bug reports. So, I posted a comment to this bug: https://bugs.launchpad.net/bugs/482928 All the discussions I've read seemed to indicate that there is a problem with how python is making the opengl calls. For whatever reason, it only works when the -dev package is installed, which is not how python normally works. One of the debian maintainers submitted a fix that now requires the -dev package to be included on installs of python-visual. I don't think that is an ideal fix, but from an end user standpoint (assuming this trickles down to ubuntu) it should work all right. I'm no developer, so I can't really complain, but I was hoping it would be fixed in a better way. On Mon, Jul 12, 2010 at 11:46 AM, Venkat Ramanan <ven...@gm...> wrote: > FWIW, I can confirm Eric's observation. > > I recently installed vpython (Ubuntu's version) on my older machine which > has 32-bit Ubuntu-10.04. > > If we just install vpython it doesn't seem to pull all the dependencies. > When running, it shows some obscure opengl errors. > > Then if we do, > > apt-get install libgtkglextmm-x11-1.2-dev > > it works. Probably a dependency bug. > > Bye, > Venkat. > > On Fri, May 28, 2010 at 7:07 PM, Guy K. Kloss <g....@ma...> wrote: >> >> On Sat, 29 May 2010 10:14:26 Eric Ayars wrote: >> > They give me vpython 5.12, which I know is not the latest version but >> > after >> > the absurd amount of time I've blown on this problem I really don't care >> > whether it's the latest or not! >> >> If you're then just using a binary packaged version of python-visual, you >> do >> not need the "*-dev" packages. These are *only* required for >> building/compiling. So you may want to try to chuck these out and see if >> it >> still works (it should). >> >> On a side note, I've found that aptitude instead of apt-get is better at >> resolving dependencies, and it keeps the system cleaner, as it knows and >> tracks what packages were installed purely as a dependency, and it kicks >> them >> out automatically again as soon as they're orphaned. It should be for most >> purposes a drop in replacement for apt-get. >> >> Guy >> >> -- >> Guy K. Kloss >> Institute of Information and Mathematical Sciences >> Te Kura Pūtaiao o Mōhiohio me Pāngarau >> Massey University, Albany (North Shore City, Auckland) >> 473 State Highway 17, Gate 1, Mailroom, Quad B Building >> voice: +64 9 414-0800 ext. 9266 fax: +64 9 441-8181 >> G....@ma... http://www.massey.ac.nz/~gkloss >> >> >> ------------------------------------------------------------------------------ >> >> >> _______________________________________________ >> Visualpython-users mailing list >> Vis...@li... >> https://lists.sourceforge.net/lists/listinfo/visualpython-users >> > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > |
From: Venkat R. <ven...@gm...> - 2010-07-12 16:47:04
|
FWIW, I can confirm Eric's observation. I recently installed vpython (Ubuntu's version) on my older machine which has 32-bit Ubuntu-10.04. If we just install vpython it doesn't seem to pull all the dependencies. When running, it shows some obscure opengl errors. Then if we do, apt-get install libgtkglextmm-x11-1.2-dev it works. Probably a dependency bug. Bye, Venkat. On Fri, May 28, 2010 at 7:07 PM, Guy K. Kloss <g....@ma...> wrote: > On Sat, 29 May 2010 10:14:26 Eric Ayars wrote: > > They give me vpython 5.12, which I know is not the latest version but > after > > the absurd amount of time I've blown on this problem I really don't care > > whether it's the latest or not! > > If you're then just using a binary packaged version of python-visual, you > do > not need the "*-dev" packages. These are *only* required for > building/compiling. So you may want to try to chuck these out and see if it > still works (it should). > > On a side note, I've found that aptitude instead of apt-get is better at > resolving dependencies, and it keeps the system cleaner, as it knows and > tracks what packages were installed purely as a dependency, and it kicks > them > out automatically again as soon as they're orphaned. It should be for most > purposes a drop in replacement for apt-get. > > Guy > > -- > Guy K. Kloss > Institute of Information and Mathematical Sciences > Te Kura Pūtaiao o Mōhiohio me Pāngarau > Massey University, Albany (North Shore City, Auckland) > 473 State Highway 17, Gate 1, Mailroom, Quad B Building > voice: +64 9 414-0800 ext. 9266 fax: +64 9 441-8181 > G....@ma... http://www.massey.ac.nz/~gkloss<http://www.massey.ac.nz/%7Egkloss> > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > |
From: Venkat R. <ven...@gm...> - 2010-07-12 16:31:02
|
Sorry, I meant to send this to the list. By default, "Reply" seems to send only to the person involved and not to the list. Thanks, Venkat. On Mon, Jul 12, 2010 at 12:28 PM, Venkat Ramanan <ven...@gm...>wrote: > Thanks for the probable cause. But I'm not sure how to solve it. I've > already installed the latest recommended driver from Ubuntu. "System > Admin > > Hardware Drivers" shows the latest recommended Nvidia driver (195.36.24). > > However, when I checked the Nvidia site, they've released a new driver > (256.35), but Ubuntu hasn't picked it up yet. Does anyone know how often > Ubuntu updates its Nvidia drivers? Otherwise, I may need to manually install > Nvidia driver (and re-install it whenever there is a kernel update which is > a pain). > > Bye, > Venkat. > > > On Fri, Jul 9, 2010 at 3:32 PM, Bruce Sherwood <bas...@nc...> wrote: > >> I too have NVIDIA graphics and have installed the proprietary "NVIDIA >> accelerated graphics driver (current version)", starting from the menu >> System > Administration > Hardware Drivers. Is that what you did? >> >> I'll say again that the error you're seeing has in the past been >> associated with a graphics driver problem. >> >> Bruce Sherwood >> >> >> On Fri, Jul 9, 2010 at 11:47 AM, Venkat Ramanan <ven...@gm...>wrote: >> >>> I compiled the latest Vpython (5.32) from source. >>> >>> After installing all the dependencies, I had to do a couple of changes >>> previously described by Bruce in other threads. >>> >>> However, the freshly installed vpython still fails. >>> >>> $ python >>> Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) >>> [GCC 4.4.3] on linux2 >>> Type "help", "copyright", "credits" or "license" for more information. >>> >>> >>> >>> >>> >>> from visual import * >>> >>> version >>> ('5.32', 'release') >>> >>> >>> >>> sphere() >>> Segmentation fault >>> >>> I'm not sure where this comes from. I'd be grateful for any hints to >>> solve this. >>> >>> Thanks, >>> Venkat. >>> >>> On Fri, Jul 9, 2010 at 12:30 PM, Venkat Ramanan <ven...@gm...>wrote: >>> >>>> Hi Bruce, >>>> >>>> Thanks for the confirmation. >>>> >>>> I'm not sure what is wrong here. Is there a way to enable debug info to >>>> find the source of the problem? >>>> >>>> I'll try to build the latest Vpython (5.32) from source and see if it >>>> works. It looks like Ubuntu-10.04 still has the old version (5.12). >>>> >>>> Thanks, >>>> Venkat. >>>> >>>> On Fri, Jul 9, 2010 at 12:14 PM, Bruce Sherwood <bas...@nc...>wrote: >>>> >>>>> Here's what is said about this on the Linux download page at >>>>> vpython.org, valid for both 32-bit and 64-bit Ubuntu: >>>>> >>>>> First check to see whether VPython is already available as a package >>>>> for your Linux. For example, there is a "python-visual" package on Ubuntu. >>>>> (Unfortunately, this package for Ubuntu 9.10 is broken; to make it work you >>>>> need to install the Boost 1.38 libraries referenced below. The package for >>>>> Ubuntu 10.04 does work, and you might consider upgrading to 10.04.). >>>>> >>>>> So no, you shouldn't have to do anything special about the Boost >>>>> libraries. The python-visual package should resolve all dependencies, and >>>>> this package does work on Ubuntu 10.04, both 32-bit and 64-bit (or at least >>>>> it works on my own 32-bit and 64-bit machines). The symptom would seem to >>>>> indicate a problem with the graphics driver, but you say you're using the >>>>> NVIDIA driver, and glxgear works, so I don't know what can be the source of >>>>> your problem. >>>>> >>>>> Bruce Sherwood >>>>> >>>>> On Fri, Jul 9, 2010 at 9:24 AM, Venkat Ramanan <ven...@gm...>wrote: >>>>> >>>>>> Hi all, >>>>>> >>>>>> Last week I updated my ubuntu to 10.04 64 bit. I then installed >>>>>> vpython from default ubuntu repositories. >>>>>> >>>>>> But even a minimal vpython program gives a segfault. >>>>>> >>>>>> $ python >>>>>> Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) >>>>>> [GCC 4.4.3] on linux2 >>>>>> Type "help", "copyright", "credits" or "license" for more information. >>>>>> >>> from visual import * >>>>>> >>> sphere() >>>>>> Segmentation fault >>>>>> >>>>>> I remember for the last Ubuntu (9.10), I had to update the boost >>>>>> library to get it working. Does the same problem exist under 10.04? >>>>>> >>>>>> I'm using Nvidia binary drivers. glxgears works fine. I'd be grateful >>>>>> for any hints to make it work again. >>>>>> >>>>>> >>> import visual >>>>>> >>> visual.version >>>>>> ('5.12', 'release') >>>>>> >>>>>> Thanks, >>>>>> Venkat. >>>>>> >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> This SF.net email is sponsored by Sprint >>>>>> What will you do first with EVO, the first 4G phone? >>>>>> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >>>>>> _______________________________________________ >>>>>> Visualpython-users mailing list >>>>>> Vis...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/visualpython-users >>>>>> >>>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> This SF.net email is sponsored by Sprint >>>>> What will you do first with EVO, the first 4G phone? >>>>> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >>>>> _______________________________________________ >>>>> Visualpython-users mailing list >>>>> Vis...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/visualpython-users >>>>> >>>>> >>>> >>> >> > |
From: Bruce S. <bas...@nc...> - 2010-07-11 21:17:44
|
The error indicates that some library was not found in the linking stage. If you showed just a bit more of the tail end of build.log, there might be a specific indication of what library it is. Bruce Sherwood On Sat, Jul 10, 2010 at 7:02 PM, K. Uebayashi <u.k...@gm...> wrote: > I only replied to Steve, personally. > So, I resend my message to this list. > > > > After executed > ./configure --prefix=/opt/local \ > CPPFLAGS="-I/opt/local/Library/Frameworks/Python.framework/\ > Versions/2.6/lib/python2.6/site-packages/numpy/core/include/" > , I met "new" error message, > $ make > .... > Compiling ./gtk2/rate.cpp ... > Linking cvisualmodule.so ... > make[1]: *** [cvisualmodule.so] Error 1 > make: *** [all-recursive] Error 1 > . > > "src/build.log" ends with > $tail -3 src/build.log > Configured with: /var/tmp/gcc/gcc-5659~1/src/configure > --disable-checking --enable-werror --prefix=/usr --mandir=/share/man > --enable-languages=c,objc,c++,obj-c++ > --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ > --with-slibdir=/usr/lib --build=i686-apple-darwin10 > --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 > --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 > Thread model: posix > gcc version 4.2.1 (Apple Inc. build 5659) > . > > Could I fix the above error "Error 1" ? > > -- > K. Uebayashi > > 2010/7/4 Steve Spicklemire <st...@sp...>: > > OK.. here's the trouble: > > > > In file included from > > ../../visual-5.2_release/include/python/arrayprim.hpp:9:0, > > from ../../visual-5.2_release/src/python/arrayprim.cpp:1: > > ../../visual-5.2_release/include/python/num_util.hpp:73:31: fatal error: > > numpy/arrayobject.h: No such file or directory > > compilation terminated. > > > > Did you build/install numpy? Do you have the sources someplace where > visual > > can find the header files? > > > > -steve > > > > On Jul 3, 2010, at 7:54 PM, K. Uebayashi wrote: > > > >> <build.log> > > > > > > > > -- > K. Uebayashi > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |
From: K. U. <u.k...@gm...> - 2010-07-11 01:02:40
|
I only replied to Steve, personally. So, I resend my message to this list. After executed ./configure --prefix=/opt/local \ CPPFLAGS="-I/opt/local/Library/Frameworks/Python.framework/\ Versions/2.6/lib/python2.6/site-packages/numpy/core/include/" , I met "new" error message, $ make .... Compiling ./gtk2/rate.cpp ... Linking cvisualmodule.so ... make[1]: *** [cvisualmodule.so] Error 1 make: *** [all-recursive] Error 1 . "src/build.log" ends with $tail -3 src/build.log Configured with: /var/tmp/gcc/gcc-5659~1/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Apple Inc. build 5659) . Could I fix the above error "Error 1" ? -- K. Uebayashi 2010/7/4 Steve Spicklemire <st...@sp...>: > OK.. here's the trouble: > > In file included from > ../../visual-5.2_release/include/python/arrayprim.hpp:9:0, > from ../../visual-5.2_release/src/python/arrayprim.cpp:1: > ../../visual-5.2_release/include/python/num_util.hpp:73:31: fatal error: > numpy/arrayobject.h: No such file or directory > compilation terminated. > > Did you build/install numpy? Do you have the sources someplace where visual > can find the header files? > > -steve > > On Jul 3, 2010, at 7:54 PM, K. Uebayashi wrote: > >> <build.log> > > -- K. Uebayashi |
From: Bruce S. <bas...@nc...> - 2010-07-09 16:14:27
|
Here's what is said about this on the Linux download page at vpython.org, valid for both 32-bit and 64-bit Ubuntu: First check to see whether VPython is already available as a package for your Linux. For example, there is a "python-visual" package on Ubuntu. (Unfortunately, this package for Ubuntu 9.10 is broken; to make it work you need to install the Boost 1.38 libraries referenced below. The package for Ubuntu 10.04 does work, and you might consider upgrading to 10.04.). So no, you shouldn't have to do anything special about the Boost libraries. The python-visual package should resolve all dependencies, and this package does work on Ubuntu 10.04, both 32-bit and 64-bit (or at least it works on my own 32-bit and 64-bit machines). The symptom would seem to indicate a problem with the graphics driver, but you say you're using the NVIDIA driver, and glxgear works, so I don't know what can be the source of your problem. Bruce Sherwood On Fri, Jul 9, 2010 at 9:24 AM, Venkat Ramanan <ven...@gm...>wrote: > Hi all, > > Last week I updated my ubuntu to 10.04 64 bit. I then installed vpython > from default ubuntu repositories. > > But even a minimal vpython program gives a segfault. > > $ python > Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) > [GCC 4.4.3] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> from visual import * > >>> sphere() > Segmentation fault > > I remember for the last Ubuntu (9.10), I had to update the boost library to > get it working. Does the same problem exist under 10.04? > > I'm using Nvidia binary drivers. glxgears works fine. I'd be grateful for > any hints to make it work again. > > >>> import visual > >>> visual.version > ('5.12', 'release') > > Thanks, > Venkat. > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > |
From: Venkat R. <ven...@gm...> - 2010-07-09 15:24:50
|
Hi all, Last week I updated my ubuntu to 10.04 64 bit. I then installed vpython from default ubuntu repositories. But even a minimal vpython program gives a segfault. $ python Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from visual import * >>> sphere() Segmentation fault I remember for the last Ubuntu (9.10), I had to update the boost library to get it working. Does the same problem exist under 10.04? I'm using Nvidia binary drivers. glxgears works fine. I'd be grateful for any hints to make it work again. >>> import visual >>> visual.version ('5.12', 'release') Thanks, Venkat. |
From: Aaron T. <hpu...@gm...> - 2010-07-09 01:11:36
|
For Mac VPython users: I've been annoyed by the generic icon for the VIDLE application on the Mac. So, today I figured out how to change the icon to a somewhat standard Python icon that mimics the icon on Windows. (I'm guessing because I don't really know if this is correct or not.) You can download icon(s) at: http://www.crystalxp.net/galerie/en.id.842-python-icon-pack-frenetik-icons-a-png.htm Mac uses the "Get Info" window (cmd-i) to change icons. You have to copy the icon from one file and paste it for the other. However, you need a file with the correct Python icon. I had to use IconDroplet to convert the icns file to one that has the icon. Download IconDroplet from: http://www.macupdate.com/info.php/id/19771/icondroplet Use it convert the icns file to a file that has the icon. Then, use cmd-i to view the info window, click the icon in the upper left corner, copy, and paste into the icon for the VIDLE application (in its info window). I hope this helps the Mac folks out there. Aaron |
From: Mirko B. <mir...@ie...> - 2010-07-04 09:54:16
|
As K. pointed out, I sent this message to his address only: since it might be of interest to somebody else as well, here it is for the whole list. K.: the errors from your log seem to boil down to a "cvs export: move away `(some file name)'; it is in the way", which I did never experience, or at least not with the visual python cvs repository. Maybe somebody else did? bye Hi, I wrote a portfile to build visual through macports, but since I had some problems having it accepted in the official macports repositories (and no time right now to fix those problems) I had to resort to our department macports repository. Alternatively, you can setup a local one and install it from there. http://www.mip.sdu.dk/macports/python/py26-visual.tgz nb: I believe that there might be problems building it with python 2.6.5, as the included boost libs where compiled against 2.6.4. You can still try to fix this by recompiling the boost libs though, if you already moved to 2.6.5. <http://www.mip.sdu.dk/macports/python/py26-visual.tgz>regards, Mirko On Fri, Jul 2, 2010 at 1:44 PM, K. Uebayashi <u.k...@gm...> wrote: > Hi, > > I'm trying to build vpython on my Mac OS X10.6.4. > > I've installed gtkglextmm, libglademml, ftgl and boost from macports. > > After executing > PYTHON=/opt/local/bin/python2.6 ./configure --prefix=/opt/local > && make, > I get a error message; > "Compiling ./python/arrayprim.cpp ... > make[1]: *** [arrayprim.lo] Error 1 > make: *** [all-recursive] Error 1". > > > Is possible to avoid this error and > to build visual python on Mac OS X? > > > -- > K. Uebayashi > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |
From: Steve S. <st...@sp...> - 2010-07-04 09:49:55
|
OK.. here's the trouble: In file included from ../../visual-5.2_release/include/python/ arrayprim.hpp:9:0, from ../../visual-5.2_release/src/python/ arrayprim.cpp:1: ../../visual-5.2_release/include/python/num_util.hpp:73:31: fatal error: numpy/arrayobject.h: No such file or directory compilation terminated. Did you build/install numpy? Do you have the sources someplace where visual can find the header files? -steve On Jul 3, 2010, at 7:54 PM, K. Uebayashi wrote: > <build.log> |
From: Steve S. <st...@sp...> - 2010-07-04 09:48:45
|
Good! This means it should "work". K, You might try building the fink port, or looking at Martin's fink package: http://pdb.finkproject.org/pdb/package.php/visual-py26 If I remember how fink works correctly, most of the info for building goes in the 'info' file and the 'patch' file: http://fink.cvs.sourceforge.net/fink/dists/10.4/unstable/main/finkinfo/sci/visual-py26.info http://fink.cvs.sourceforge.net/fink/dists/10.4/unstable/main/finkinfo/sci/visual-py26.patch The only real change/patch that I see there that would affect compiling deal with a linker flag (-bundle_loader vs. -undefined). Also there is a mention that the port is only compatible with python-2.6. Maybe you should give the fink port a try? At least you could build the fink port and see what else might be different? One problem is that there are a lot of dependencies and sometimes building visual is as much about getting the dependencies (version/build-flags) right as it is about the visual code itself. (Also.. sorry Martin! I didn't realize there was a fink 5.x version. Good show!) -steve On Jul 3, 2010, at 7:49 PM, Martin Costabel wrote: > Steve Spicklemire wrote: >> Hi K, >> I'm pretty sure the gtk/glade etc are only needed for an X-Windows >> build. The Mac port uses the Carbon API to run on macos x. >> It may be possible to build an X-Windows version (in fact that was >> originally how visual was ported to the mac, except using fink >> rather than macports) but it hasn't been done in some time (I >> don't think at all for Visual 5.X, as far as I know, but I may be >> wrong here..) > > You are wrong: > Fink has version 5.32 (package "visual-py26"), which uses X11. > > -- > Martin > |
From: K. U. <u.k...@gm...> - 2010-07-03 23:54:46
|
I attached make.log and src/build.log. >From src/build.log, it seems that I get a error at numpy/arrayobject.h. Thanks. 2010/7/4 Steve Spicklemire <st...@sp...>: > Hi K, > > What's the full message if you just type 'make'? > > -steve > -- K. Uebayashi |
From: Martin C. <cos...@wa...> - 2010-07-03 23:49:38
|
Steve Spicklemire wrote: > Hi K, > > I'm pretty sure the gtk/glade etc are only needed for an X-Windows > build. The Mac port uses the Carbon API to run on macos x. > > It may be possible to build an X-Windows version (in fact that was > originally how visual was ported to the mac, except using fink rather > than macports) but it hasn't been done in some time (I don't think at > all for Visual 5.X, as far as I know, but I may be wrong here..) You are wrong: Fink has version 5.32 (package "visual-py26"), which uses X11. -- Martin |