Python wrong install dir

2011-03-04 Thread Hauke Fuhrmann
Hi there, without any Python knowledge I try to run some setup script from some Python project like $sudo python setup.py install I have Python 2.4, 2.5 and 2.6 installed via Macports, as well as py26-setuptools and py26-distutils-extra. python --version results version 2.6 I get this error

Re: Python wrong install dir

2011-03-04 Thread Vincent Habchi
Le 4 mars 2011 à 10:48, Hauke Fuhrmann a écrit : Hi there, without any Python knowledge I try to run some setup script from some Python project like $sudo python setup.py install What is the output of sudo which python? Gruß, Vincent ___

Re: Python wrong install dir

2011-03-04 Thread Hauke Fuhrmann
Am 04.03.11 10:51, schrieb Vincent Habchi: without any Python knowledge I try to run some setup script from some Python project like $sudo python setup.py install What is the output of sudo which python? $ sudo which python /opt/local/bin/python Actually

Re: Failed to install py26-gtk due to libpng dependency

2011-03-04 Thread André Kaplan
Le 3 mars 2011 à 23:46, life choose a écrit : Never installed py26-gtk before, need install now because it's gimp/gimp2's dependency. :info:build grep: /opt/local/lib/libpng12.la: No such file or directory :info:build /opt/local/bin/gsed: can't read /opt/local/lib/libpng12.la: No

Uninstalling a port

2011-03-04 Thread Barrie Stott
I have dokuwiki installed and want to uninstall it together with all the other ports on which it depends that are not being used elsewhere. Will the single command 'sudo port uninstall --follow-dependents dokuwiki' do it? I looked in the port manpage and it seemed to be a bit ambiguous when it

Re: Uninstalling a port

2011-03-04 Thread Ryan Schmidt
On Mar 4, 2011, at 06:29, Barrie Stott wrote: I have dokuwiki installed and want to uninstall it together with all the other ports on which it depends that are not being used elsewhere. Will the single command 'sudo port uninstall --follow-dependents dokuwiki' do it? I looked in the port

Re: Python wrong install dir

2011-03-04 Thread Ryan Schmidt
On Mar 4, 2011, at 03:59, Hauke Fuhrmann wrote: Could it be that Python is installed twice, maybe once by Macports and once standalone? I did not install it explicitly. Maybe it came with some other tool. Maybe there is some conflict... Any idea how to fix this? Definitely. Python comes with

Re: Python wrong install dir

2011-03-04 Thread Hauke Fuhrmann
Am 04.03.11 16:08, schrieb Ryan Schmidt: On Mar 4, 2011, at 03:59, Hauke Fuhrmann wrote: Could it be that Python is installed twice, maybe once by Macports and once standalone? I did not install it explicitly. Maybe it came with some other tool. Maybe there is some conflict... Any idea how

Re: Uninstalling a port

2011-03-04 Thread Harald Hanche-Olsen
[Ryan Schmidt ryandes...@macports.org (2011-03-04 15:06:21 UTC)] sudo port uninstall dokuwiki port installed leaves sudo port uninstall leaves See also the newish requested flag: port echo leaves and unrequested Look at the output, run “sudo port setrequested” for those ports you want to

Re: Python wrong install dir

2011-03-04 Thread Ryan Schmidt
On Mar 4, 2011, at 09:47, Hauke Fuhrmann wrote: Am 04.03.11 16:08, schrieb Ryan Schmidt: On Mar 4, 2011, at 03:59, Hauke Fuhrmann wrote: Could it be that Python is installed twice, maybe once by Macports and once standalone? I did not install it explicitly. Maybe it came with some other

Re: Uninstalling a port

2011-03-04 Thread Barrie Stott
On 4 Mar 2011, at 15:50, Harald Hanche-Olsen wrote: [Ryan Schmidt ryandes...@macports.org (2011-03-04 15:06:21 UTC)] sudo port uninstall dokuwiki port installed leaves sudo port uninstall leaves Many thanks for this and clarifying the difference between dependency and dependent. See

mpop and Keychain

2011-03-04 Thread Linc Davis
The current version of mpop has optional support for authentication to a POP server using the Mac OS Keychain, but the portfile builds it without that option. I reported this a few months ago in ticket 27411, but it hasn't been picked up. All that needs to be changed is to add

Re: mpop and Keychain

2011-03-04 Thread Rainer Müller
On 2011-03-05 00:29 , Linc Davis wrote: All that needs to be changed is to add --with-macosx-keyring to configure.args. I've done this, and it works. Could someone with commit privileges please make that change and close the ticket? There's optional support for the GNOME keyring as well, if

Re: Failed to install py26-gtk due to libpng dependency

2011-03-04 Thread André Kaplan
Le 4 mars 2011 à 19:14, life choose a écrit : Well spotted! I've been starring at this log file twenty times but never see gtkunixprint.la! No like I said never installed py26-gtk before and the current installation was incurred by installation of gimp2. Apparently I don't have

gcc-4.6: ld: warning: -fwritable-strings not compatible with literal CF/NSString

2011-03-04 Thread Anatol Pomozov
Hi, I am trying to implement a program that uses fsevent library on macosx. http://developer.apple.com/library/mac/#documentation/Darwin/Conceptual/FSEvents_ProgGuide/UsingtheFSEventsFramework/UsingtheFSEventsFramework.html#//apple_ref/doc/uid/TP40005289-CH4-SW4 And I need some features (such as

Re: mpop and Keychain

2011-03-04 Thread Linc Davis
On Mar 4, 2011, at 3:58 PM, Rainer Müller wrote: On 2011-03-05 00:29 , Linc Davis wrote: All that needs to be changed is to add --with-macosx-keyring to configure.args. I've done this, and it works. Could someone with commit privileges please make that change and close the ticket? There's

Re: Uninstalling a port

2011-03-04 Thread Joshua Root
On 28164-7-23 05:59 , Barrie Stott wrote: I have dokuwiki installed and want to uninstall it together with all the other ports on which it depends that are not being used elsewhere. Will the single command 'sudo port uninstall --follow-dependents dokuwiki' do it? I looked in the port