Re: SVN/CVS and Branching

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

Re: SVN/CVS and Branching

2009-02-19 Thread Jeff Dyke
On Thu, Feb 19, 2009 at 7:57 AM, David Stanek dsta...@dstanek.com wrote: On Thu, Feb 19, 2009 at 7:10 AM, Jeff Dyke jeff.d...@gmail.com 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

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

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

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