Re: SVN/CVS and Branching

2009-02-19 Thread Jeff Dyke
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`

Re: SVN/CVS and Branching

2009-02-19 Thread Jeff Dyke
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:

SVN/CVS and Branching

2009-02-18 Thread Jeff Dyke
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

Re: imported module no longer available

2008-07-21 Thread Jeff Dyke
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

imported module no longer available

2008-07-21 Thread Jeff Dyke
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

connection hangs

2007-01-04 Thread jeff . dyke
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