Re: Problem with Python shell through Cygwin Screen (Python/Vim/Screen combo)

2008-09-19 Thread Jason Tishler
Ant, On Fri, Sep 19, 2008 at 03:10:10AM -0700, Ant wrote: > [snip] > This works great in Linux, and also in Windows using the Cygwin build > of Python, but when you call: > > screen -S py -s python > > using the Windows build of Python, the shell just hangs. Does anyone > know if this is a known i

Re: SVN access with pysvn under Cygwin (Installation problems)

2008-07-31 Thread Jason Tishler
Andy, On Thu, Jul 31, 2008 at 03:10:26AM -0700, Andy Dingley wrote: > On 30 Jul, 20:30, Jason Tishler <[EMAIL PROTECTED]> wrote: > > You need to build (and install) pysvn under Cygwin. The pre-built > > Windows version will not work under Cygwin. > > Thanks. Presuma

Re: SVN access with pysvn under Cygwin (Installation problems)

2008-07-30 Thread Jason Tishler
Andy, On Wed, Jul 30, 2008 at 07:46:32AM -0700, Andy Dingley wrote: > Trying to install the pysvn module I'm running into problems getting > it to work under Cygwin. Works fine from a Windows command prompt, > with both the svn_cmd.py example and my own Python code. Under Cygwin > though I just ge

Re: Getting Python to run Python Scripts in cygwin

2008-06-19 Thread Jason Tishler
Calvin, On Fri, Jun 20, 2008 at 12:14:03AM +0800, Calvin Cheng wrote: > This may be a cygwin issue but I was hoping to get some answers here > as well if someone has fixed this problem before. > > Basically, I am able to run "python .py" python files in > command prompt. Unfortunately, I can't s

Re: Invalid Version Number (Distutils from Cygwin)

2008-06-09 Thread Jason Tishler
On Sat, Jun 07, 2008 at 05:34:21PM -0700, newbie73 wrote: > [snip] > I'm attempting to build a project (FANN libraries) using cygwin (to > avoid installing MSVC 2003) and am receiving this error: > > Traceback (most recent call last): > [snip] > ValueError: invalid version number '2.18.50.20080523

Re: socket on cygwin python

2007-06-25 Thread Jason Tishler
On Mon, Jun 25, 2007 at 01:53:18PM +0100, Michael Hoffman wrote: > [EMAIL PROTECTED] wrote: > > I've installed cygwin with latest python 2.5.1, but it seems that the > > socket lib file do NOT support IPv6(cygwin\lib\python2.5\lib-dynload > > \_socket.dll), what can I do if I want to use IPv6? > >

Re: Python Eggs on Cygwin

2007-03-16 Thread Jason Tishler
Kazu, On Thu, Mar 15, 2007 at 05:33:29PM -0700, Kazu Nisimura wrote: > >>> import MySQLdb > Traceback (most recent call last): > File "", line 1, in ? > File "build/bdist.cygwin-1.5.22-i686/egg/MySQLdb/__init__.py", line > 19, in ? > File "build/bdist.cygwin-1.5.22-i686/egg/_mysql.py", line

Re: sys.path issue in cygwin

2007-01-24 Thread Jason Tishler
Wang, Please keep your replies on-list. On Wed, Jan 24, 2007 at 10:28:51PM +0800, Wang Shuhao wrote: > > Why not use the Python that is part of the standard Cygwin > > distribution? > > > Cause the Cygwin version python has the same problem, that why I try > to build python from source. The abo

Re: sys.path issue in cygwin

2007-01-24 Thread Jason Tishler
Wang, On Wed, Jan 24, 2007 at 04:14:48PM +0800, Wang Shuhao wrote: > I successfully built and installed Python 2.2.3 in cygwin. > [snip] > Obviously, 'C/lib/python2.2/' is a wrong path. In fact my python is > installed in /usr/local/lib/python2.2.3. The result of the issue is > that when you run a

Re: Newbie - ? get IDLE going on cygwin

2006-09-13 Thread Jason Tishler
Dave, On Wed, Sep 13, 2006 at 03:33:01PM +, David J. Braden wrote: > I can now confirm that, yes, IDLE pops up w/o menus under cygwin. You should be able to workaround this problem by executing idle with the "-n" option: $ idle -n Jason -- PGP/GPG Key: http://www.tishler.net/jason/pub

Re: Newbie - ? get IDLE going on cygwin

2006-09-13 Thread Jason Tishler
Dave, On Wed, Sep 13, 2006 at 09:42:48AM +, David J. Braden wrote: > Thorsten Kampe wrote: > > * David J. Braden (2006-09-12 18:35 +0100) > >> I can run Python in command-line mode fine from the cygwin shell; > >> the cygwin distribution also includes IDLE, which is apparently > >> completely

Re: Resource temporarily unavailable launching idle under cygwin

2006-08-08 Thread Jason Tishler
Juan C., On Mon, Aug 07, 2006 at 11:47:33AM -0700, jcmendez wrote: > Hello everyone. Trying to run idle from a cygwin session on Win2k > (yuk, but I must) I'm getting the following error message. > [snip] > > $ idle > 23367 [main] python2.4 1668 C:\cygwin\bin\python2.4.exe: *** fatal > error

Re: Problem building extension under Cygwin (ImportError: Bad address)

2006-05-04 Thread Jason Tishler
On Thu, May 04, 2006 at 06:23:23AM -0700, Lars wrote: > But first compiling hello.c with gcc, then linking it with gnu-ld just > won't work. I only really need to compile one C-file to a shared > library so it doesn't matter so much for me. But bigger projects will > have a problem.. No, it works

Re: Problem building extension under Cygwin (ImportError: Bad address)

2006-05-04 Thread Jason Tishler
Lars, On Thu, May 04, 2006 at 03:50:13AM -0700, Lars wrote: > I have problems building a simple handcoded C-extension (hello.c) with > Cygwin and gcc3.4.4. I hope somebody has encountered the same problem > before, and has some advice. > > [snip] The following works for me: $ gcc -shared -I

Re: Building python 2.4.2 on Cygwin

2006-02-21 Thread Jason Tishler
Steve, On Tue, Feb 21, 2006 at 09:31:48AM -0500, Stephen Gross wrote: > >Just to be sure, what does the following indicate? > $ cygcheck -c cygwin > Cygwin Package Information > Package VersionStatus > cygwin 1.5.18-1 OK Try reinstalling Cygwin 1.5.18

Re: Building python 2.4.2 on Cygwin

2006-02-21 Thread Jason Tishler
Steve, On Mon, Feb 20, 2006 at 11:49:06PM -0500, Stephen Gross wrote: > >On Mon, Feb 20, 2006 at 12:24:34PM -0800, mrstephengross wrote: > >>Ok, I'm working on building python 2.4.2 on cygwin. I *think* it's > >>version 3.0 or 3.1 (is there a quick way to find out what version of > >>cygwin is run

Re: Building python 2.4.2 on Cygwin

2006-02-20 Thread Jason Tishler
Steve, On Mon, Feb 20, 2006 at 12:24:34PM -0800, mrstephengross wrote: > Ok, I'm working on building python 2.4.2 on cygwin. I *think* it's > version 3.0 or 3.1 (is there a quick way to find out what version of > cygwin is running within a shell?) Use "uname -r". What version are you running? J

Re: Cygwin IDLE has no menu bar

2006-02-14 Thread Jason Tishler
Steve, On Mon, Feb 13, 2006 at 11:14:03PM -0500, Steve Holden wrote: > I just wondered whether anyone has seen this problem: Yes, this is a known problem: http://sf.net/tracker/?func=detail&atid=105470&aid=786827&group_id=5470 > and fixed it. Unfortunately, no. Jason -- PGP/GPG Key: htt

Re: Cannot build Python 2.4.2 for Cygwin

2005-12-28 Thread Jason Tishler
Micheal, On Wed, Dec 28, 2005 at 11:02:55AM -0800, Micheal LeVine wrote: > I have not succeeded to build Python 2.4.2 from the source distn for > Cygwin on XP (cygwin1.dll version 1005.7.0.0, Cygwin POSIX Emulation > DLL). The above is a very old version of Cygwin: http://www.cygwin.com/ml/c

Re: tkinter and cygwin

2005-11-21 Thread Jason Tishler
John, On Mon, Nov 21, 2005 at 08:18:09PM +0900, John wrote: > I've recently started learning python programming and have been > experimenting with a few basic GUI programs. My work system is > cygwin/Windows XP. I use X-windows in cygwin but when I run my > python/tkinter program from an x-win t

Re: Cygwin font problems

2005-08-28 Thread Jason Tishler
Steve, On Sat, Aug 27, 2005 at 11:43:23PM -0400, Steve Holden wrote: > Cygwin runs Python 2.4.1, Windows runs 2.4. Any light on this mystery > gratefully received. You may get better traction on the Cygwin mailing list. I recommend trying there. Jason -- PGP/GPG Key: http://www.tishler.net/ja

Re: Socket Support When Compiling Python 2.3.5 On Cygwin

2005-08-26 Thread Jason Tishler
Tom, On Thu, Aug 25, 2005 at 10:39:47AM -0500, [EMAIL PROTECTED] wrote: > What do I need to do to make sure that this file will be created with > I compile Python 2.3.5? Are there any error messages when the socket module is built during the Python build? If so, then post them to the list. Jaso

Re: How to quit a Windows GUI program gracefully with Python under Cygwin?

2005-08-12 Thread Jason Tishler
On Fri, Aug 12, 2005 at 03:07:02AM -0700, KB wrote: > After I confirmed 'Alt-F4' would terminate and close a win32 > application running independently, > I installed 'SendKeys' module and tested with the following code under > both Cygwin and Python Windows If you installed the SendKeys binary, th

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-07-28 Thread Jason Tishler
Dean, On Wed, Jul 27, 2005 at 02:56:16PM -0700, Dean N. Williams wrote: > >I didn't get this error. Did you forgot to install one of the > >libdb${version}-devel packages: > > > > $ cygcheck -cd | grep 'libdb.*-devel' > > libdb2-devel2.7.7-4 > > libdb3.1-devel 3.1.17-2

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-07-27 Thread Jason Tishler
Dean, On Wed, Jul 27, 2005 at 12:41:05PM -0700, Dean N. Williams wrote: > Thanks for fixing this bug in Cygwin. You are welcome. However, I didn't fix it -- I just got it fixed. :,) > Remember there was another undefined variable for the Python build > _bsd... I didn't get this error. Did you

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-07-27 Thread Jason Tishler
On Mon, Jul 25, 2005 at 03:02:45PM -0700, [EMAIL PROTECTED] wrote: > Let me know when you have it solved. The problem has been fixed in Cygwin CVS: http://cygwin.com/ml/cygwin/2005-07/msg01257.html http://cygwin.com/ml/cygwin-cvs/2005-q3/msg00046.html > In the meantime, I have a workarou

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-07-25 Thread Jason Tishler
Dean, On Mon, Jul 25, 2005 at 10:49:58AM -0700, Dean N. Williams wrote: > For version control and other reasons, it would be nice to be able to > build Python from source and it should build from source. How did the > Cygwin version build? I built using an older version of Cygwin (i.e, 1.5.12-1).

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-07-25 Thread Jason Tishler
Dean, On Mon, Jul 25, 2005 at 11:27:16AM -0700, Dean N. Williams wrote: > I was able to run C:/cygwin/bin/ash.exe. This is good. In the > "ash.exe" window, I ran PATH=/bin rebaseall and received the same > error: "rebaseall: only ash processes are allowed .. Execute > '/bin/rebaseall' from ash

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-07-25 Thread Jason Tishler
Dean, On Mon, Jul 25, 2005 at 05:55:39AM -0700, Dean N. Williams wrote: > >>Is there anyway for me to get back to an older version of Cygwin? > > > >What do you mean by the above? An older Cygwin? An older Cygwin > >Python? An older rebase? See below... > [snip] > > When installing from the

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-07-22 Thread Jason Tishler
Dean, Please keep your replies on-list. On Fri, Jul 22, 2005 at 08:14:03AM -0700, Dean N. Williams wrote: > Is there anyway for me to get back to an older version of Cygwin? What do you mean by the above? An older Cygwin? An older Cygwin Python? An older rebase? > In my Python2.4 log file, I

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-07-22 Thread Jason Tishler
Dean, On Fri, Jul 22, 2005 at 05:11:45AM -0700, Dean N. Williams wrote: > I downloaded your new Cygwin from http://cygwin.com and tried to build > install Python/CDAT again. It appears to have built properly, but when > I try to execute, it receive a sock error. How do I get around this > problem?

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-07-19 Thread Jason Tishler
Dean, On Mon, Jul 18, 2005 at 05:59:20AM -0700, Dean N. Williams wrote: > Thanks for fixing this problem. You are quite welcome. Thanks for your patience. Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8E

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-07-18 Thread Jason Tishler
Dean, On Tue, Feb 08, 2005 at 12:55:15PM -0500, Jason Tishler wrote: > On Tue, Feb 08, 2005 at 08:01:11AM -0800, Dean N. Williams wrote: > > $ rebaseall > > /usr/bin/rebaseall: line 70: [: too many arguments > > /usr/bin/rebaseall: line 75: [: too many arguments > >

Re: Fwd: how to find the drive in python/cygwin?

2005-04-30 Thread Jason Tishler
Ivan, On Sat, Apr 30, 2005 at 08:44:55AM -0600, Ivan Van Laningham wrote: > Jason Tishler wrote: > > I was just clarifying that the win32api module is not supported > > under Cygwin Python. > > Could you clarify? I always thought that the only thing really > differe

Re: Fwd: how to find the drive in python/cygwin?

2005-04-30 Thread Jason Tishler
Ivan, On Sat, Apr 30, 2005 at 07:29:32AM -0600, Ivan Van Laningham wrote: > Jason Tishler wrote: > > On Tue, Apr 26, 2005 at 07:02:48PM -0600, Ivan Van Laningham wrote: > > > Use win32api to find drives: > > > > > > cut here > > >

Re: Fwd: how to find the drive in python/cygwin?

2005-04-30 Thread Jason Tishler
Ivan, On Tue, Apr 26, 2005 at 07:02:48PM -0600, Ivan Van Laningham wrote: > Use win32api to find drives: > > cut here > #!/usr/bin/python > # -*- coding: utf-8 -*- > > import os > import os.path > import win32api > [snip] AFAICT, the win32api module has not been ported to Cygwin Python.

Re: How to compile ScientificPython-2.4.9 under XP cygwin environment?

2005-04-19 Thread Jason Tishler
Zhuanshi, On Sun, Apr 17, 2005 at 08:48:31AM -0700, Zhuanshi He wrote: > I try to compile ScientificPython-2.4.9 > (http://starship.python.net/~hinsen/ScientificPython/) under Windows > XP cygwin environment using python 2.3.3 ,and gcc (GCC) 3.3.3 (cygwin > special). > > The information shows as

Re: Problems compiling PIL under Cygwin

2005-04-04 Thread Jason Tishler
Martin, On Mon, Apr 04, 2005 at 03:46:58PM +0200, Martin Magnusson wrote: > I'm trying to build PIL under Cygwin (for use with the Skencil vector > graphics program), and I couldn't find a better forum for questions > than this. > > I'm using Python 2.3.4, and when I run "python setup.py build_ex

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-02-28 Thread Jason Tishler
Dean, On Mon, Feb 28, 2005 at 10:34:20AM -0800, Dean N. Williams wrote: > I have a other Cygwin port question. It turns out that the auto-import > for XtStrings an widgetClass didn't get resolved. This a similar > auto-import resolving error that I got when trying to build Tcl/Tk. I > ended up usi

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-02-10 Thread Jason Tishler
Dean, On Wed, Feb 09, 2005 at 08:15:43AM -0800, Dean N. Williams wrote: > The "$ TMP=/tmp rebaseall" command worked! Thank you. You are quite welcome. > When a new Cygwin is available w/ your changes please let me know... Sorry, but the above does not scale. If you subscribe to cygwin-announce

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-02-08 Thread Jason Tishler
Dean, On Tue, Feb 08, 2005 at 08:01:11AM -0800, Dean N. Williams wrote: > $ rebaseall > /usr/bin/rebaseall: line 70: [: too many arguments > /usr/bin/rebaseall: line 75: [: too many arguments > /usr/bin/rebaseall: line 94: $TmpFile: ambiguous redirect > cannot read /cygdrive/c/Documents > > On my

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-02-02 Thread Jason Tishler
Dean, Please keep your replies on-list. On Wed, Feb 02, 2005 at 05:14:21AM -0800, Dean N. Williams wrote: > I am trying to do the following according to your notes: > > 3. Due to issues with Cygwin's fork() and DLL base address conflicts, > one should rebase their Cygwin system to prevent fork()

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-02-02 Thread Jason Tishler
Dean, Please keep your replies on-list. On Wed, Feb 02, 2005 at 05:06:30AM -0800, Dean N. Williams wrote: > It appears that I built the Tcl/Tk libraries, but for some reasons > they are not correct. So I am using the Tcl/Tk libraries that were > distributed with Cygwin. This seemed to work... No

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-02-02 Thread Jason Tishler
Dean, On Tue, Feb 01, 2005 at 08:01:13AM -0800, Dean N. Williams wrote: > I am getting the following error message from the Python build: > > Traceback (most recent call last): > File "", line 1, in ? > File "/usr/local/ASD_work/cdat/lib/python2.4/lib-tk/Tkinter.py", line > 38, in ? >impor

Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-02-01 Thread Jason Tishler
Dean, On Tue, Feb 01, 2005 at 02:31:03AM -0800, Dean N. Williams wrote: > I am trying to build Python with Tcl/Tk under the Cygwin_NT-5.1 OS. > Has anyone done this? Yes, Cygwin Python with _tkinter has been part of the standard Cygwin distribution for over three years: http://www.cygwin.co

Re: Cygwin Popen object

2005-01-17 Thread Jason Tishler
On Mon, Jan 17, 2005 at 12:41:25PM -0800, christiancoder wrote: > Is anybody else getting the following error with the Popen object in > cygwin? The code works fine in windows and linux. > > File "d:\atg\personal\python\buildroot\util.py", line 100, in System > pipe = subprocess.Popen( command, sh

Re: cygwin python.exe symlink breaks when called from .bat file

2004-12-16 Thread Jason Tishler
George, Please keep your replies on-list. On Wed, Dec 15, 2004 at 01:36:03PM -0500, george young wrote: > On Wed, 15 Dec 2004 10:56:17 -0500 > Jason Tishler <[EMAIL PROTECTED]> threw this fish to the penguins: > > On Wed, Dec 15, 2004 at 07:21:31AM -0800, gry wrote: >

Re: change windows system path from cygwin python?

2004-12-15 Thread Jason Tishler
On Wed, Dec 15, 2004 at 06:43:35PM +, Jeff Lindholm wrote: > The only issue with this is you will have to reboot for it take > effect. The above is not quite true -- at least under NT/2000/XP. The reboot is only necessary for the SCM (and services) to notice the change. Otherwise, you just ne

Re: cygwin python.exe symlink breaks when called from .bat file

2004-12-15 Thread Jason Tishler
On Wed, Dec 15, 2004 at 07:21:31AM -0800, gry wrote: > Under cygwin, the python executable is installed as python2.4.exe with > a symbolic link to python.exe. This is fine as long as one is > operating only withing the cygwin world. But I execute python from a > foo.bat file, and windows barfs on