[Bug 493130] Re: Quickly prevents creating a project with a "-" in the name

2009-12-26 Thread Didier Roche
See my comment in merge. Thanks a lot Philip! ** Changed in: quickly (Ubuntu) Status: Triaged => Fix Committed ** Changed in: quickly (Ubuntu) Status: Fix Committed => Triaged ** Also affects: quickly Importance: Undecided Status: New ** Summary changed: - Quickly preve

[Bug 493130] Re: Quickly prevents creating a project with a "-" in the name

2009-12-19 Thread Philip Peitsch
Ok... I have pulled the latest quickly branch (lp:quickly) into my branch. I fixed up the main project_name template so it functioned again, and everything now works again (on my machine... of course lol). I then tested this my locally merging the trunk and my changes, and it seems to function ok

[Bug 493130] Re: Quickly prevents creating a project with a "-" in the name

2009-12-19 Thread Didier Roche
I've rewrote the import thing this morning (new head is rev 381) and I merged with your branche (only one line to merge : your WARNING: which should be removed. Indeed, we are planning now for Quickly 0.4, so a lot of changes happened since 0.2.6 :) I still have the same error (only appearing wh

[Bug 493130] Re: Quickly prevents creating a project with a "-" in the name

2009-12-19 Thread Philip Peitsch
Hey... That failure has me puzzled! I've just pushed a branch up here with the changes, and proposed it for a merge: https://code.launchpad.net/~philip-peitsch/quickly/dashed-names-support I've tried rebuilding and running exactly what you did, but mine appears to work properly. Creating project

[Bug 493130] Re: Quickly prevents creating a project with a "-" in the name

2009-12-19 Thread Philip Peitsch
** Branch linked: lp:~philip-peitsch/quickly/dashed-names-support -- Quickly prevents creating a project with a "-" in the name https://bugs.launchpad.net/bugs/493130 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailin

[Bug 493130] Re: Quickly prevents creating a project with a "-" in the name

2009-12-19 Thread Philip Peitsch
** Branch linked: lp:~philip-peitsch/+junk/quickly-dashednames -- Quickly prevents creating a project with a "-" in the name https://bugs.launchpad.net/bugs/493130 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing l

[Bug 493130] Re: Quickly prevents creating a project with a "-" in the name

2009-12-19 Thread Didier Roche
Thanks a lot for you patch, this will be a real gain :) However, even applying successfully to latest trunk (rev 380), there are still some issues with your patch: $ quickly create ubuntu-project My-Project Creating project directory My-Project Directory My-Project created WARNING: No .quickly f

[Bug 493130] Re: Quickly prevents creating a project with a "-" in the name

2009-12-18 Thread Philip Peitsch
Here is a patch to address this issue. The patch itself is quite large, but most of the content is in the po files. The overall approach to fix this was to introduce another variable called "python_module". This is used in place of project_name in all the relevant python files and python file na

[Bug 493130] Re: Quickly prevents creating a project with a "-" in the name

2009-12-06 Thread Didier Roche
Thanks for using Quickly and making it better, This issue is that we create a module named and Python doesn't allow - in module name (nor in functions, variables...). I guess that's something we will fix (removing - for the module name, taking care of classes and functions), but we will fix it