Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: [ANN] pylint-0.1.2

Reply
Thread Tools

Re: [ANN] pylint-0.1.2

 
 
achrist@easystreet.com
Guest
Posts: n/a
 
      06-25-2003
I just tried to use pylint-0.1.2 under Windows NT and hit a few
problems. First, setup crashes because there is not pylint.bat file
in the pylint-0.1.2\bin directory. That's easy to fix.

Worse problem is

File "I:\python\Lib\site-packages\wxPython\controls.py",
line 16, in ? class wxControlPtr(wxWindowPtr):
NameError: name 'wxWindowPtr' is not defined


My app uses wxPython, and evidently pylint can't work through
all the tricks in the wxPython and wxWindows code.

I just hit an unfixable (for now) problem with pychecker, too.
Ran out of memory. My machine is WinNT 4.0 + 128 MB, and running
pychecker on a program (40k LOC + wxPython + a few other library
packages) runs me out of memory with nothing else running.
(I've got an old machine for which it is very hard to find memory
upgrade)


Al
 
Reply With Quote
 
 
 
 
David Bolen
Guest
Posts: n/a
 
      06-25-2003
writes:

> I just hit an unfixable (for now) problem with pychecker, too.
> Ran out of memory. My machine is WinNT 4.0 + 128 MB, and running
> pychecker on a program (40k LOC + wxPython + a few other library
> packages) runs me out of memory with nothing else running.
> (I've got an old machine for which it is very hard to find memory
> upgrade)


How about some more disk? And what's your virtual memory set to? It
may stink in terms of performance, depending on what the real working
set size is, but just giving yourself some more virtual memory (aka
disk or upping the defined swap) should take care of the out of memory
error.

That is unless the code is actually tickling some sort of bug in
PyChecker that causes it to burn memory unnecessarily.

-- David
 
Reply With Quote
 
 
 
 
achrist@easystreet.com
Guest
Posts: n/a
 
      06-25-2003
Thanks giga. I thought that NT didn't give me a choice about that,
but now I've set it bigger. That will be great if it works. Gotta
reboot to try it.

Al

David Bolen wrote:
>
> writes:
>
> > I just hit an unfixable (for now) problem with pychecker, too.
> > Ran out of memory. My machine is WinNT 4.0 + 128 MB, and running
> > pychecker on a program (40k LOC + wxPython + a few other library
> > packages) runs me out of memory with nothing else running.
> > (I've got an old machine for which it is very hard to find memory
> > upgrade)

>
> How about some more disk? And what's your virtual memory set to? It
> may stink in terms of performance, depending on what the real working
> set size is, but just giving yourself some more virtual memory (aka
> disk or upping the defined swap) should take care of the out of memory
> error.
>
> That is unless the code is actually tickling some sort of bug in
> PyChecker that causes it to burn memory unnecessarily.
>
> -- David

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57