Quickly Düzenleme Sorunu

Başlatan marjinal1st, 21 Eylül 2012 - 17:10:57

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

marjinal1st

Merhaba,

Quickly ile uygulama geliştirmeye çalışıyorum. Daha önce Ubuntu 12.04'de sorunsuzca kullanabiliyordum. Kubuntu 12.04'e geçtim. Uygulamaları sorunsuzca çalıştırabiliyorum. Ama edit komutu verdiğimde hata veriyor:

marjinal1st@marjinal1st-kubuntu:~/uApps/my-app$ quickly edit
Traceback (most recent call last):
  File "/usr/share/quickly/templates/ubuntu-application/edit.py", line 73, in <module>
    instance = subprocess.Popen([editor] + filelist, stderr=nullfile)
  File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
ERROR: edit command failed
Aborting


Bunu nasıl halledebilirim?
Bugün özgür yazılım için ne yaptın? :)

if

@marjinal1st, LC_ALL=C quickly edit olarak başlatınca hata veriyor mu?

marjinal1st

O komuttan dönen hata:

Traceback (most recent call last):
  File "/usr/share/quickly/templates/ubuntu-application/edit.py", line 73, in <module>
    instance = subprocess.Popen([editor] + filelist, stderr=nullfile)
  File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
ERROR: edit command failed
Aborting
Bugün özgür yazılım için ne yaptın? :)

if

@marjinal1st, bu quickly'nin edit'den başka bir özelliği var mı? Bir de onu dener misiniz?

marjinal1st

Valla o özelliğin ne olabileceği konusundaki yardımı sizden istiyorum, göremedim çünkü  :D

marjinal1st@marjinal1st-kubuntu:~/uApps/my-app$ quickly --help
Usage:
    quickly [OPTIONS] command ...

Options:
    -t, --template <template>  Template to use if it differs from default
                               project template
    --staging                  Target launchpad staging server
    --verbose                  Verbose mode
    -h, --help                 Show help information

Commands:
    create <template> <project-name> (template is mandatory for this command)
    quickly <template-origin> <template-dest> to create a create derived template
    getstarted to get some starting hints

Examples:
    quickly create ubuntu-application foobar
    quickly push 'awesome new comment system'
    quickly -t cool-template push 'awesome new comment system'
Bugün özgür yazılım için ne yaptın? :)