Re: Installation of psycopg2

2011-10-06 Thread Ryan Schmidt
On Oct 6, 2011, at 14:55, Ned Deily wrote: > Ryan Schmidt wrote: > >> On Oct 6, 2011, at 07:19, David Rippel wrote: >>> (/Library/Frameworks/Python.framework/Versions/2.7/bin/python)? >> That's actually the MacPorts python 2.7 right there, assuming your >> frameworks_dir is set to its default

Re: Upgraded (partially?) to v2.0.3, now port updates fail, OSX 10.6.8

2011-10-06 Thread Ryan Schmidt
On Oct 6, 2011, at 09:14, Fielding, Eric J (3242) wrote: > Thanks for your reply and explanation. It might be a good idea to add a > warning when the conversion starts that it could take a very long time so > others don't make my mistake. That's exactly what it does: https://trac.macports.org/b

Re: Unable to upgrade gnutls

2011-10-06 Thread Ryan Schmidt
On Oct 6, 2011, at 18:05, Rodolfo Aramayo wrote: > I was wandering if you could help me understand why I am having problems > upgrading gnutls in one of my computers > I currently have: > > The following ports are currently installed: > gnutls @2.8.6_1+universal (active) > > and when I run 'p

Re: Unable to upgrade gnutls

2011-10-06 Thread Jeremy Lavergne
It sounds like one of two things happened: * it isn't successfully building universally * it cannot build in parallel. We can easily test for the second case by appending "build.jobs=1" to the port command: sudo port install gnutls +universal build.jobs=1 Let us know how that goes. > :info:bu

Unable to upgrade gnutls

2011-10-06 Thread Rodolfo Aramayo
I was wandering if you could help me understand why I am having problems upgrading gnutls in one of my computers I currently have: The following ports are currently installed: gnutls @2.8.6_1+universal (active) and when I run 'port upgrade outdated' I get: ---> Computing dependencies for gnut

Re: Upgraded (partially?) to v2.0.3, now port updates fail, OSX 10.6.8

2011-10-06 Thread Joshua Root
On 28164-7-23 05:59 , Fielding, Eric J (3242) wrote: > On 10/6/11 7:17 AM, "Jeremy Lavergne" wrote: > >> You might try running selfupdate again (with -d so you can watch what's >> going on). It might find that there are packages remaining to be converted >> and pick up where it left off. >> >> Mi

Re: [solved]Re: gnome-terminal fails to load

2011-10-06 Thread Scott Webster
By the way, I believe that any notes will be automatically displayed when the package is installed. You probably just missed them when dbus was initially installed. The notes option to the port command just gives you an easy way to read them again. Glad it's working! Scott On Thu, Oct 6, 2011

[solved]Re: gnome-terminal fails to load

2011-10-06 Thread Tim Johnson
* Tim Johnson [111006 09:57]: > * Scott Webster [111006 07:56]: > > On Thu, Oct 6, 2011 at 8:52 AM, Tim Johnson wrote: > > >> > > >> And is dbus-session loaded? > > >  No. `ps' shows nothing. How do I load? How do I confirm that it is > > >  then loaded on reboot? > > > > > > > The commands, wh

Re: Installation of psycopg2

2011-10-06 Thread Ned Deily
In article , Ryan Schmidt wrote: > On Oct 6, 2011, at 07:19, David Rippel wrote: > > (/Library/Frameworks/Python.framework/Versions/2.7/bin/python)? > That's actually the MacPorts python 2.7 right there, assuming your > frameworks_dir is set to its default value of /Library/Frameworks. No, th

Re: MacPorts design (curiosity)

2011-10-06 Thread Jason Swails
Interesting stuff. Thanks for sharing the knowledge! All the best, Jason (And for what it's worth, as a youngin, I've actually used AIX and Solaris before ;) -- Jason M. Swails Quantum Theory Project, University of Florida Ph.D. Candidate 352-392-4032 __

Re: gnome-terminal fails to load

2011-10-06 Thread Tim Johnson
* Scott Webster [111006 07:56]: > On Thu, Oct 6, 2011 at 8:52 AM, Tim Johnson wrote: > >> > >> And is dbus-session loaded? > >  No. `ps' shows nothing. How do I load? How do I confirm that it is > >  then loaded on reboot? > > > > The commands, which can also be seen with "port notes dbus" are:

Re: xorg-libxcb: shell command failed

2011-10-06 Thread Zhong Ren
Clean did not do any good. The log is at https://trac.macports.org/ticket/31439 Zhong Ren Original message >Date: Wed, 5 Oct 2011 23:03:02 -0500 >From: Ryan Schmidt >Subject: Re: xorg-libxcb: shell command failed >To: r...@uchicago.edu >Cc: Jeremy Lavergne , MacPorts Users > > >

Re: gnome-terminal fails to load

2011-10-06 Thread Scott Webster
On Thu, Oct 6, 2011 at 8:52 AM, Tim Johnson wrote: >> >> And is dbus-session loaded? >  No. `ps' shows nothing. How do I load? How do I confirm that it is >  then loaded on reboot? > The commands, which can also be seen with "port notes dbus" are: sudo launchctl load -w /Library/LaunchDaemons/or

Re: gnome-terminal fails to load

2011-10-06 Thread Tim Johnson
* Ryan Schmidt [111005 17:45]: > > On Oct 5, 2011, at 19:29, Tim Johnson wrote: > > > I've installed gnome-terminal, and I did not see any error messages, > > but when I go to start it, I get the following error: > > > > linus:~ tim$ gnome-terminal Dynamic session lookup supported but failed: >

Re: Upgraded (partially?) to v2.0.3, now port updates fail, OSX 10.6.8

2011-10-06 Thread Fielding, Eric J (3242)
On 10/6/11 7:17 AM, "Jeremy Lavergne" wrote: >> Thanks for your reply and explanation. It might be a good idea to add a >> warning when the conversion starts that it could take a very long time >>so >> others don't make my mistake. >> >> I should probably just start over from scratch, to avoid fu

Re: Upgraded (partially?) to v2.0.3, now port updates fail, OSX 10.6.8

2011-10-06 Thread Jeremy Lavergne
> Thanks for your reply and explanation. It might be a good idea to add a > warning when the conversion starts that it could take a very long time so > others don't make my mistake. > > I should probably just start over from scratch, to avoid future problems > with a partial conversion. I see the u

Re: Upgraded (partially?) to v2.0.3, now port updates fail, OSX 10.6.8

2011-10-06 Thread Fielding, Eric J (3242)
On 10/5/11 6:45 PM, "Ryan Schmidt" wrote: >On Oct 5, 2011, at 09:50, Fielding, Eric J (3242) wrote: > >> I upgraded to MacPorts v2.0.3 when a recent "port selfupdate" >>recommended this. It ran for a long time doing the conversion, and after >>about 20 minutes, I stopped it. Now it seems that my

Re: Installation of psycopg2

2011-10-06 Thread Ryan Schmidt
Remember to Reply All so this discussion remains on the mailing list. On Oct 6, 2011, at 07:58, David Rippel wrote: > Hi Ryan, > > Thanks for your quick reply! > > I seem to be missing something. Maybe you can explain this behavior - why it > works with the MacPorts python2.7 and doesn't work

Re: Installation of psycopg2

2011-10-06 Thread Ryan Schmidt
On Oct 6, 2011, at 07:19, David Rippel wrote: > I am trying to install psycopg2 using MacPorts (on MacOS 10.6.8). I have > installed Python2.7, and used the following command to install psycopg2: sudo > port install py27-psycopg2 > > The installation runs OK and finishes, but when I try to impo

Installation of psycopg2

2011-10-06 Thread David Rippel
Hi, I am trying to install psycopg2 using MacPorts (on MacOS 10.6.8). I have installed Python2.7, and used the following command to install psycopg2: sudo port install py27-psycopg2 The installation runs OK and finishes, but when I try to import psycopg2 on a python shell it fails. I did a little