Comment 5 for bug 493130

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote : Re: Quickly prevents creating a project with a "-" in the name

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 when using dash version in project name)

Here is my
$ ls /home/didrocks/Projets/quickly/quickly/data/templates/ubuntu-project/data/ui/
Aboutcamel_case_nameDialog.ui camel_case_nameWindow.ui dialog_name_dialog.xml preferences_python_module_dialog.xml
about_python_module_dialog.xml dialog_camel_case_nameDialog.ui Preferencescamel_case_nameDialog.ui python_module_window.xml

Indeed, I run Quickly from trunk (I always took good care that Quickly can be runned from trunk and from packaged version, it's easier to test with that way).
Also the trunk now support symlinking the Quickly binary (for instance: "ln -s ~/quickly .../path/to/your/quickly/trunk" and then ~/quickly [command] would take all modules in the trunk) So, compatibility must be take care on.

I don't have the time to give a deeper look right now. I think the issue is quite easy to fix (normally, it should be "transparent" to create.py command, don't know what happen.

Try from the trunk: PATH=path/to/your/quickly/root/directory/bin:$PATH and check with "which quickly"
Do you get the same issue?