On Thu, Feb 19, 2009 at 7:57 AM, David Stanek wrote:
> On Thu, Feb 19, 2009 at 7:10 AM, Jeff Dyke wrote:
>> Fair enough. Say my project is called foo, and it has many
>> submodules. So there are imports that may look like `import foo.bar`
>> or `from foo.bar import baz`
and, i
> thought, in the same way as anyone uses svn with any language; java uses
> the directory structure as a package structure too).
>
> maybe someone else will reply, but if not it might help to explain a
> little more detail.
>
> andrew
>
>
> Jeff Dyke wrote:
Hello. I am curious about different ideas on how you handle branching
your python projects. With some other languages this is trivial, but
since python uses these directories as modules and i have the top
level module starting imports all over the place, i am wondering what
others do. In the pas
my apologies, to Fredrick, my response when solely to him. reply
below, hopefully keeping thread intact.
On Mon, Jul 21, 2008 at 12:28 PM, Jeff Dyke <[EMAIL PROTECTED]> wrote:
> On Mon, Jul 21, 2008 at 10:19 AM, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
>> Jeff Dyke wrote:
&g
I've come across an error that i'm not yet able to create a test case
for but wanted to get see if someone could shed light on this.
I have imported a module at the top of my file with
import mymodulename
this module is used many times in the current file successfully, but
then I attempt to use i
I am using ftplib in some code that does exactly what you would expect.
It ftp's files. Its running inside a service running on windows xp
and windows 2003 servers, approximately 20 installations each
installation sends between 100 and 1000 files per day. Occasionally the
process will hang comple