Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77886
| From | Dave Angel <davea@davea.name> |
|---|---|
| Subject | Re:protocol.py, brine.py, and compat.py causing trouble |
| Date | 2014-09-15 09:35 -0400 |
| Organization | news.gmane.org |
| References | <de0f0d70-6823-4c8e-ae83-519c39ca9eaf@googlegroups.com> <lv6of0$6uv$1@ger.gmane.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.14026.1410787996.18130.python-list@python.org> (permalink) |
Dave Angel <davea@davea.name> Wrote in message:
> Josh English <Joshua.R.English@gmail.com> Wrote in message:
>> I do not know what these three filesare doing, but suddenly they have caught in a loop every time I try to run some code.
>>
>> I grabbed the trace decorator from the python library and this is the last bit of the output:
>>
>>
>> trollvictims.py(129): if self.current_attack:
>> trollvictims.py(130): print "returning", self.current_attack, type(self.current_attack)
>> <string>(532): protocol.py(439): protocol.py(228): protocol.py(229): protocol.py(244): brine.py(366): brine.py(368): brine.py(369): brine.py(369): brine.py(366): brine.py(367):
>
> .............
>
>> This is where I managed to send a keybord interrupt. I was working just fine, tweaking a line, running the code, tweaking a line, running the code, until this point.
>>
>> I'm on Windows 7 using Python 2.7.5. I should upgrade, and will do so, but what are these files and why are they suddenly crashing on me?
>>
>
>
> Since they're not part of the stdlib, and you don't remember
> writing them, you might get a hint by printing
> import brine
> print (brine.__brine__)
>
Oops, meant
print (brine.__file__)
--
DaveA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
protocol.py, brine.py, and compat.py causing trouble Josh English <Joshua.R.English@gmail.com> - 2014-09-13 23:44 -0700
Re: protocol.py, brine.py, and compat.py causing trouble Terry Reedy <tjreedy@udel.edu> - 2014-09-14 13:57 -0400
Re: protocol.py, brine.py, and compat.py causing trouble Josh English <Joshua.R.English@gmail.com> - 2014-09-15 18:05 -0700
Re:protocol.py, brine.py, and compat.py causing trouble Dave Angel <davea@davea.name> - 2014-09-15 09:12 -0400
Re:protocol.py, brine.py, and compat.py causing trouble Dave Angel <davea@davea.name> - 2014-09-15 09:35 -0400
Re: protocol.py, brine.py, and compat.py causing trouble Emile van Sebille <emile@fenx.com> - 2014-09-15 12:11 -0700
Re: protocol.py, brine.py, and compat.py causing trouble Josh English <Joshua.R.English@gmail.com> - 2014-09-15 18:02 -0700
Re: protocol.py, brine.py, and compat.py causing trouble Chris Angelico <rosuav@gmail.com> - 2014-09-16 11:39 +1000
csiph-web