[ python-Bugs-1721161 ] ERROR - Microsoft Visual C++ Runtime Library

2007-08-11 Thread SourceForge.net
Bugs item #1721161, was opened at 2007-05-18 08:12
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1721161&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows
>Group: 3rd Party
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Private: No
Submitted By: darioUniPD (dariounipd)
Assigned to: Nobody/Anonymous (nobody)
Summary: ERROR - Microsoft Visual C++ Runtime Library

Initial Comment:
While runnin a process in IDLE error (Python 2.5.1):

==
TitleOfMessageBox:
  Microsoft Visual C++ Runtime Library

TheMessage:
  Runtime Error!

  Program: C:\[...]\python.exe

  The application has requested the Runtime to terminate it in an unusual
way.
  Please content the application's support team for more information.
==

How to repair?!

--

>Comment By: Georg Brandl (gbrandl)
Date: 2007-08-11 07:09

Message:
Logged In: YES 
user_id=849994
Originator: NO

Closing as 3rd party.

--

Comment By: Michael Toews (mwtoews)
Date: 2007-08-10 21:38

Message:
Logged In: YES 
user_id=1458205
Originator: NO

According to http://matplotlib.sourceforge.net/backends.html this is a
problem with the Tkinter GUI backend used through Pythonwin.

--

Comment By: darioUniPD (dariounipd)
Date: 2007-05-18 12:27

Message:
Logged In: YES 
user_id=1796163
Originator: YES

Sorry, I forget about it!
I'm using PyLab (MatPlotLib) and ftplib mainly.
Other packages I used are os and time, but I think that the problem is not
here.

Thanks!

--

Comment By: Georg Brandl (gbrandl)
Date: 2007-05-18 09:39

Message:
Logged In: YES 
user_id=849994
Originator: NO

Please provide more information. What process did you try to run, and when
did the error occur?

It is very likely that the cause of this problem is a third-party
extension module. Which
modules do you load in your program?

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1721161&group_id=5470
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[ python-Bugs-1721161 ] ERROR - Microsoft Visual C++ Runtime Library

2007-08-11 Thread SourceForge.net
Bugs item #1721161, was opened at 2007-05-18 08:12
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1721161&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows
Group: 3rd Party
Status: Closed
Resolution: Wont Fix
Priority: 5
Private: No
Submitted By: darioUniPD (dariounipd)
Assigned to: Nobody/Anonymous (nobody)
Summary: ERROR - Microsoft Visual C++ Runtime Library

Initial Comment:
While runnin a process in IDLE error (Python 2.5.1):

==
TitleOfMessageBox:
  Microsoft Visual C++ Runtime Library

TheMessage:
  Runtime Error!

  Program: C:\[...]\python.exe

  The application has requested the Runtime to terminate it in an unusual
way.
  Please content the application's support team for more information.
==

How to repair?!

--

>Comment By: Georg Brandl (gbrandl)
Date: 2007-08-11 07:10

Message:
Logged In: YES 
user_id=849994
Originator: NO

Closing as 3rd party.

--

Comment By: Georg Brandl (gbrandl)
Date: 2007-08-11 07:09

Message:
Logged In: YES 
user_id=849994
Originator: NO

Closing as 3rd party.

--

Comment By: Michael Toews (mwtoews)
Date: 2007-08-10 21:38

Message:
Logged In: YES 
user_id=1458205
Originator: NO

According to http://matplotlib.sourceforge.net/backends.html this is a
problem with the Tkinter GUI backend used through Pythonwin.

--

Comment By: darioUniPD (dariounipd)
Date: 2007-05-18 12:27

Message:
Logged In: YES 
user_id=1796163
Originator: YES

Sorry, I forget about it!
I'm using PyLab (MatPlotLib) and ftplib mainly.
Other packages I used are os and time, but I think that the problem is not
here.

Thanks!

--

Comment By: Georg Brandl (gbrandl)
Date: 2007-05-18 09:39

Message:
Logged In: YES 
user_id=849994
Originator: NO

Please provide more information. What process did you try to run, and when
did the error occur?

It is very likely that the cause of this problem is a third-party
extension module. Which
modules do you load in your program?

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1721161&group_id=5470
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[ python-Bugs-1772481 ] urllib2 hangs with some documents.

2007-08-11 Thread SourceForge.net
Bugs item #1772481, was opened at 2007-08-12 01:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1772481&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Creature (acreature)
Assigned to: Nobody/Anonymous (nobody)
Summary: urllib2 hangs with some documents.

Initial Comment:
While working on a web spider I encountered the following page that causes the 
read() call of a urllib2 response to fail. It uses 100% of the CPU and does not 
seem to ever return. I have this behaviour on Python 2.4.4, but several people 
on 2.5.1 have tried the code below and reported the same behaviour. 

By the way, the page it uses is a porn site, but please don't get hung up on 
that fact. This is a data processing issue, not a subject matter issue. 

This test case is attached as a file, but is also available at 
http://pastebin.com/d6f98618f . Please note that the user-agent masquerading is 
present to rule out any issues with the server returning different data to 
different clients; commenting out the line so Python sends the standard headers 
still results in the issue occuring. 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1772481&group_id=5470
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[ python-Bugs-1772481 ] urllib2 hangs with some documents.

2007-08-11 Thread SourceForge.net
Bugs item #1772481, was opened at 2007-08-12 01:22
Message generated for change (Comment added) made by acreature
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1772481&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Creature (acreature)
Assigned to: Nobody/Anonymous (nobody)
Summary: urllib2 hangs with some documents.

Initial Comment:
While working on a web spider I encountered the following page that causes the 
read() call of a urllib2 response to fail. It uses 100% of the CPU and does not 
seem to ever return. I have this behaviour on Python 2.4.4, but several people 
on 2.5.1 have tried the code below and reported the same behaviour. 

By the way, the page it uses is a porn site, but please don't get hung up on 
that fact. This is a data processing issue, not a subject matter issue. 

This test case is attached as a file, but is also available at 
http://pastebin.com/d6f98618f . Please note that the user-agent masquerading is 
present to rule out any issues with the server returning different data to 
different clients; commenting out the line so Python sends the standard headers 
still results in the issue occuring. 

--

>Comment By: Creature (acreature)
Date: 2007-08-12 01:32

Message:
Logged In: YES 
user_id=1407924
Originator: YES

It seems that a fix to this issue is to change line 525 to add "or line ==
''" on httplib.py in Python 2.4.4:

# read and discard trailer up to the CRLF terminator
### note: we shouldn't have any trailers!
while True:
line = self.fp.readline()
if line == '\r\n' or line == '':
break

I'm told that this is found on line 574 on Python 2.5.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1772481&group_id=5470
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[ python-Bugs-1772489 ] dir() on traceback objects returns an empty list

2007-08-11 Thread SourceForge.net
Bugs item #1772489, was opened at 2007-08-11 22:25
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1772489&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Interpreter Core
Group: Python 3000
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Collin Winter (collinwinter)
Assigned to: Nobody/Anonymous (nobody)
Summary: dir() on traceback objects returns an empty list

Initial Comment:
The current status of the py3k branch is that calling dir() on a traceback 
object does not produce the expected results: a 4-element list of the tb_* 
attributes. The attached patch restores this behaviour and adds a regression 
test to test_builtins.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1772489&group_id=5470
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[ python-Bugs-1772489 ] dir() on traceback objects returns an empty list

2007-08-11 Thread SourceForge.net
Bugs item #1772489, was opened at 2007-08-11 19:25
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1772489&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Interpreter Core
Group: Python 3000
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Collin Winter (collinwinter)
Assigned to: Nobody/Anonymous (nobody)
Summary: dir() on traceback objects returns an empty list

Initial Comment:
The current status of the py3k branch is that calling dir() on a traceback 
object does not produce the expected results: a 4-element list of the tb_* 
attributes. The attached patch restores this behaviour and adds a regression 
test to test_builtins.

--

>Comment By: Neal Norwitz (nnorwitz)
Date: 2007-08-11 19:34

Message:
Logged In: YES 
user_id=33168
Originator: NO

I was the one that broke this when I removed __members__ and __methods__. 
I was hoping we could get rid of the getattr.  See the XXX comment near the
top of the file.  If that can't be removed this patch should at least by
applied.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1772489&group_id=5470
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com