This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: popen problems



> -----Original Message-----
> From: On Behalf
> Of Dan Armbrust
> Sent: Friday, May 04, 2007 9:36 AM
> To: cygwin@cygwin.com
> Subject: popen problems
>
> I made the mistake of upgrading a cygwin install that was working.
>
> Now:
>
>  python
> Python 2.4.3 (#1, May 18 2006, 07:40:45)
> [GCC 3.3.3 (cygwin special)] on cygwin
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import os.path
> >>> os.popen('ls').readline()
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> OSError: [Errno 13] Permission denied
>
>
> What on earth happened?
>
> Any idea how I can fix this?  I can't open anything with popen from
> python.
>


What did you actually upgrade?


The current python version in Cygwin is 2.5 (yours is 2.4.3)

--Jeff


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]