You are not logged in.



#251 2009-06-21 10:34:23

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6028
Website

Re: [papywizard v2] Annoncement, feedback, bug report

I think there still are some previous files. As you can see, the installer can't install the new exe (because the old one is still there?). So you start the *old* exe, with the *new* Library.zip file, which contains all the scripts...

What is the size of the exe file you have, once 'installed'? It should be 49152 bytes... Also check the date.


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM + Tokina 10-17 3.5-4.5 AF DX Fisheye
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

#252 2009-06-21 18:57:13

jriley
Member
From: Spartanburg, SC USA
Registered: 2008-04-08
Posts: 171
Website

Re: [papywizard v2] Annoncement, feedback, bug report

fma38 wrote:

@jriley: Can you tell me the result of all these commands:

$ papywizard.sh (not from papywizard dir)
$ echo $PATH
$ find /usr/local -name "papywizard*"

Here is the result.  I hope this helps.

john@john-eee:~$ papywizard.sh
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named scripts.main


john@john-eee:~$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games

john@john-eee:~$ find /usr/local -name "papywizard*"
/usr/local/share/icons/hicolor/scalable/apps/papywizard.svg
/usr/local/share/icons/hicolor/48x48/apps/papywizard.png
/usr/local/share/applications/papywizard.desktop
/usr/local/share/pixmaps/papywizard.png
/usr/local/bin/papywizard.sh
/usr/local/lib/python2.6/site-packages/papywizard-2.1.10_1-py2.6.egg-info
/usr/local/lib/python2.6/site-packages/papywizard
/usr/local/lib/python2.6/site-packages/papywizard/common/papywizard.conf
john@john-eee:~$

Offline

 

#253 2009-06-21 19:05:58

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6028
Website

Re: [papywizard v2] Annoncement, feedback, bug report

And:

$ ls /usr/local/lib/python2.6/site-packages/papywizard/

Could you also give me the result of the install process:

$ python setup.py install --prefix=/usr/local

(with sudo if needed)...


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM + Tokina 10-17 3.5-4.5 AF DX Fisheye
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

#254 2009-06-21 19:30:51

mediavets
Moderator
From: Isleham, Cambridgeshire, UK.
Registered: 2007-11-14
Posts: 7690
Website

Re: [papywizard v2] Annoncement, feedback, bug report

fma38 wrote:

mediavets wrote:

fma38 wrote:

I uploaded a new dev. release (2.1.10) with some improvements of the bluetooth connection. Tell me how it works on your different OS...

Attempts to install Maemo version on N800 are failing with message that the file is corrupt.

Works fine for me. The corruption occured on your side... Anyway, there where a bug in the starting script; I uploaded a new version (same name)...

Tried again today after rebooting the N800 and it installed OK and runs OK.


Andrew Stephens
Nikon D40, Nikkor 10.5mm fisheye, Sigma 8mm f3.5 fisheye, Nikkor 18-55/50/35mm  lenses, Nodal Ninja 5 Lite, Agno's Mrotator TCSshort
Nikon P5100, CP5000, CP995, FC-E8, WC-E63,WC-E68, TC-E2, Kaidan Kiwi 995, Bophoto pano bracket
Merlin/Orion panohead + Papywizard on Nokia 770/N800 and Windows XP/2K

Offline

 

#255 2009-06-22 04:29:41

jriley
Member
From: Spartanburg, SC USA
Registered: 2008-04-08
Posts: 171
Website

Re: [papywizard v2] Annoncement, feedback, bug report

fma38 wrote:

And:

$ ls /usr/local/lib/python2.6/site-packages/papywizard/

Could you also give me the result of the install process:

$ python setup.py install --prefix=/usr/local

(with sudo if needed)...

OK - here goes (I assume this one was for me big_smile )

john@john-eee:~$  ls /usr/local/lib/python2.6/site-packages/papywizard/
common  controller  hardware  __init__.py  __init__.pyc  model  plugins  scripts  view
john@john-eee:~$ ]

and (assuming you didn't intend for me to uninstall first):

john@john-eee:~/papywizard$ sudo python setup.py install --prefix=/usr/local
[sudo] password for john:
running install
running build
running build_py
running build_scripts
running install_lib
running install_scripts
changing mode of /usr/local/bin/papywizard.sh to 755
running install_data
running install_egg_info
Removing /usr/local/lib/python2.6/site-packages/papywizard-2.1.10_1-py2.6.egg-info
Writing /usr/local/lib/python2.6/site-packages/papywizard-2.1.10_1-py2.6.egg-info
john@john-eee:~/papywizard$

Offline

 

#256 2009-06-22 08:04:08

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6028
Website

Re: [papywizard v2] Annoncement, feedback, bug report

Ok, I will investigate, because it seems to be related to python2.6...


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM + Tokina 10-17 3.5-4.5 AF DX Fisheye
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

#257 2009-06-22 20:33:48

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6028
Website

Re: [papywizard v2] Annoncement, feedback, bug report

Ok, this is a ubuntu issue: they now use xxx/lib/python2.6/dist-packages, instead of xxx/lib/python2.6/site-packages in the path... Don't know why.

You can fix the problem with the following commands:

$ sudo mv /usr/local/lib/python2.6/site-packages/papywizard* /usr/local/lib/python2.6/dist-packages/
$ sudo rmdir /usr/local/lib/python2.6/site-packages/
$ sudo ln -s /usr/local/lib/python2.6/dist-packages/ /usr/local/lib/python2.6/site-packages


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM + Tokina 10-17 3.5-4.5 AF DX Fisheye
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

#258 2009-06-23 00:47:03

jriley
Member
From: Spartanburg, SC USA
Registered: 2008-04-08
Posts: 171
Website

Re: [papywizard v2] Annoncement, feedback, bug report

fma38 wrote:

Ok, this is a ubuntu issue: they now use xxx/lib/python2.6/dist-packages, instead of xxx/lib/python2.6/site-packages in the path... Don't know why.

You can fix the problem with the following commands:

$ sudo mv /usr/local/lib/python2.6/site-packages/papywizard* /usr/local/lib/python2.6/dist-packages/
$ sudo rmdir /usr/local/lib/python2.6/site-packages/
$ sudo ln -s /usr/local/lib/python2.6/dist-packages/ /usr/local/lib/python2.6/site-packages

I did those three commands (copying and pasting to be sure I had it right).  There was no feedback (don't guess there should have been).  Papywizard still fails to launch. sad

Offline

 

#259 2009-06-23 08:52:17

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6028
Website

Re: [papywizard v2] Annoncement, feedback, bug report

Try this:

$ ls -l /usr/local/lib/python2.6/site-packages
$ ls usr/local/lib/python2.6/dist-packages
$ python
>>> import sys
>>> print sys.path
>>> import papywizard.scripts.main

Give me the output of these commands...


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM + Tokina 10-17 3.5-4.5 AF DX Fisheye
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

#260 2009-06-26 03:44:46

jriley
Member
From: Spartanburg, SC USA
Registered: 2008-04-08
Posts: 171
Website

Re: [papywizard v2] Annoncement, feedback, bug report

fma38 wrote:

Try this:

$ ls -l /usr/local/lib/python2.6/site-packages
$ ls usr/local/lib/python2.6/dist-packages
$ python
>>> import sys
>>> print sys.path
>>> import papywizard.scripts.main

Give me the output of these commands...

Here you go:

john@john-eee:~$ ls -l /usr/local/lib/python2.6/site-packages
lrwxrwxrwx 1 root staff 39 2009-06-22 18:37 /usr/local/lib/python2.6/site-packages -> /usr/local/lib/python2.6/dist-packages/
john@john-eee:~$ ls usr/local/lib/python2.6/dist-packages
ls: cannot access usr/local/lib/python2.6/dist-packages: No such file or directory
john@john-eee:~$ python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print sys.path
['', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/PIL', '/usr/lib/python2.6/dist-packages/gst-0.10', '/var/lib/python-support/python2.6', '/usr/lib/python2.6/dist-packages/gtk-2.0', '/var/lib/python-support/python2.6/gtk-2.0', '/usr/local/lib/python2.6/dist-packages']
>>> import papywizard.scripts.main
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named scripts.main
>>>

Offline

 

#261 2009-06-26 07:47:06

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6028
Website

Re: [papywizard v2] Annoncement, feedback, bug report

Sorry, the second command is:

$ ls -lR /usr/local/lib/python2.6/dist-packages

(missing first /).


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM + Tokina 10-17 3.5-4.5 AF DX Fisheye
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

#262 2009-06-26 20:33:05

jriley
Member
From: Spartanburg, SC USA
Registered: 2008-04-08
Posts: 171
Website

Re: [papywizard v2] Annoncement, feedback, bug report

fma38 wrote:

Sorry, the second command is:

$ ls -lR /usr/local/lib/python2.6/dist-packages

(missing first /).

OK - here is the reslt.

john@john-eee:~$ ls -lR /usr/local/lib/python2.6/dist-packages
/usr/local/lib/python2.6/dist-packages:
total 8
drwxr-sr-x 9 root staff 4096 2009-06-20 18:50 papywizard
-rw-r--r-- 1 root staff  268 2009-06-21 22:26 papywizard-2.1.10_1-py2.6.egg-info

/usr/local/lib/python2.6/dist-packages/papywizard:
total 32
drwxr-sr-x 2 root staff 4096 2009-06-20 18:50 common
drwxr-sr-x 2 root staff 4096 2009-06-20 18:50 controller
drwxr-sr-x 2 root staff 4096 2009-06-20 18:50 hardware
-rw-r--r-- 1 root staff    0 2009-06-20 18:32 __init__.py
-rw-r--r-- 1 root staff  148 2009-06-20 18:50 __init__.pyc
drwxr-sr-x 2 root staff 4096 2009-06-20 18:50 model
drwxr-sr-x 2 root staff 4096 2009-06-20 18:50 plugins
drwxr-sr-x 2 root staff 4096 2009-06-20 18:50 scripts
drwxr-sr-x 3 root staff 4096 2009-06-20 18:50 view

/usr/local/lib/python2.6/dist-packages/papywizard/common:
total 1184
-rw-r--r-- 1 root staff   3609 2009-06-20 18:32 bluetoothTransport.py
-rw-r--r-- 1 root staff   4415 2009-06-20 18:50 bluetoothTransport.pyc
-rw-r--r-- 1 root staff   9473 2009-06-20 18:32 configManager.py
-rw-r--r-- 1 root staff  10248 2009-06-20 18:50 configManager.pyc
-rw-r--r-- 1 root staff   7165 2009-06-20 18:32 config.py
-rw-r--r-- 1 root staff   5942 2009-06-20 18:50 config.pyc
-rw-r--r-- 1 root staff   2112 2009-06-20 18:32 exception.py
-rw-r--r-- 1 root staff   2811 2009-06-20 18:50 exception.pyc
-rw-r--r-- 1 root staff   5883 2009-06-20 18:32 helpers.py
-rw-r--r-- 1 root staff   6244 2009-06-20 18:50 helpers.pyc
-rw-r--r-- 1 root staff 646830 2009-06-20 18:32 i18n.py
-rw-r--r-- 1 root staff 157535 2009-06-20 18:50 i18n.pyc
-rw-r--r-- 1 root staff      0 2009-06-20 18:32 __init__.py
-rw-r--r-- 1 root staff    155 2009-06-20 18:50 __init__.pyc
-rw-r--r-- 1 root staff   5221 2009-06-20 18:32 loggingFormatter.py
-rw-r--r-- 1 root staff   5794 2009-06-20 18:50 loggingFormatter.pyc
-rw-r--r-- 1 root staff   7951 2009-06-20 18:32 loggingServices.py
-rw-r--r-- 1 root staff   9213 2009-06-20 18:50 loggingServices.pyc
-rw-r--r-- 1 root staff   4026 2009-06-20 18:32 orderedDict.py
-rw-r--r-- 1 root staff   5404 2009-06-20 18:50 orderedDict.pyc
-rw-r--r-- 1 root staff   7710 2009-06-20 18:32 papywizard.conf
-rw-r--r-- 1 root staff 138508 2009-06-20 18:32 pixmaps.py
-rw-r--r-- 1 root staff  34264 2009-06-20 18:50 pixmaps.pyc
-rw-r--r-- 1 root staff   7317 2009-06-20 18:32 presetManager.py
-rw-r--r-- 1 root staff   9930 2009-06-20 18:50 presetManager.pyc
-rw-r--r-- 1 root staff   6648 2009-06-20 18:32 presets.xml
-rw-r--r-- 1 root staff   4312 2009-06-20 18:32 publisher.py
-rw-r--r-- 1 root staff   5663 2009-06-20 18:50 publisher.pyc
-rw-r--r-- 1 root staff   5039 2009-06-20 18:32 qLoggingFormatter.py
-rw-r--r-- 1 root staff   6356 2009-06-20 18:50 qLoggingFormatter.pyc
-rw-r--r-- 1 root staff   5046 2009-06-20 18:32 signal.py
-rw-r--r-- 1 root staff   6339 2009-06-20 18:50 signal.pyc

/usr/local/lib/python2.6/dist-packages/papywizard/controller:
total 352
-rw-r--r-- 1 root staff  5542 2009-06-20 18:31 abstractController.py
-rw-r--r-- 1 root staff  8006 2009-06-20 18:50 abstractController.pyc
-rw-r--r-- 1 root staff  2704 2009-06-20 18:31 bluetoothChooserController.py
-rw-r--r-- 1 root staff  3781 2009-06-20 18:50 bluetoothChooserController.pyc
-rw-r--r-- 1 root staff 16307 2009-06-20 18:31 configController.py
-rw-r--r-- 1 root staff 15626 2009-06-20 18:50 configController.pyc
-rw-r--r-- 1 root staff  2327 2009-06-20 18:31 helpAboutController.py
-rw-r--r-- 1 root staff  3234 2009-06-20 18:50 helpAboutController.pyc
-rw-r--r-- 1 root staff     0 2009-06-20 18:31 __init__.py
-rw-r--r-- 1 root staff   159 2009-06-20 18:50 __init__.pyc
-rw-r--r-- 1 root staff  4667 2009-06-20 18:31 loggerController.py
-rw-r--r-- 1 root staff  6100 2009-06-20 18:50 loggerController.pyc
-rw-r--r-- 1 root staff 55200 2009-06-20 18:31 mainController.py
-rw-r--r-- 1 root staff 50967 2009-06-20 18:50 mainController.pyc
-rw-r--r-- 1 root staff  3252 2009-06-20 18:31 nbPictsController.py
-rw-r--r-- 1 root staff  4097 2009-06-20 18:50 nbPictsController.pyc
-rw-r--r-- 1 root staff 14519 2009-06-20 18:31 pluginsController.py
-rw-r--r-- 1 root staff 12912 2009-06-20 18:50 pluginsController.pyc
-rw-r--r-- 1 root staff  3302 2009-06-20 18:31 pluginsStatusController.py
-rw-r--r-- 1 root staff  4257 2009-06-20 18:50 pluginsStatusController.pyc
-rw-r--r-- 1 root staff 33108 2009-06-20 18:31 shootController.py
-rw-r--r-- 1 root staff 30439 2009-06-20 18:50 shootController.pyc
-rw-r--r-- 1 root staff  5237 2009-06-20 18:31 spy.py
-rw-r--r-- 1 root staff  6344 2009-06-20 18:50 spy.pyc
-rw-r--r-- 1 root staff  3307 2009-06-20 18:31 totalFovController.py
-rw-r--r-- 1 root staff  4193 2009-06-20 18:50 totalFovController.pyc

/usr/local/lib/python2.6/dist-packages/papywizard/hardware:
total 108
-rw-r--r-- 1 root staff 4398 2009-06-20 18:32 abstractDriver.py
-rw-r--r-- 1 root staff 5947 2009-06-20 18:50 abstractDriver.pyc
-rw-r--r-- 1 root staff 3934 2009-06-20 18:32 bluetoothDriver.py
-rw-r--r-- 1 root staff 4929 2009-06-20 18:50 bluetoothDriver.pyc
-rw-r--r-- 1 root staff 4057 2009-06-20 18:32 driverFactory.py
-rw-r--r-- 1 root staff 4270 2009-06-20 18:50 driverFactory.pyc
-rw-r--r-- 1 root staff 4306 2009-06-20 18:32 ethernetDriver.py
-rw-r--r-- 1 root staff 5289 2009-06-20 18:50 ethernetDriver.pyc
-rw-r--r-- 1 root staff 2434 2009-06-20 18:32 hardwareFactory.py
-rw-r--r-- 1 root staff 2957 2009-06-20 18:50 hardwareFactory.pyc
-rw-r--r-- 1 root staff 7218 2009-06-20 18:32 head.py
-rw-r--r-- 1 root staff 9198 2009-06-20 18:50 head.pyc
-rw-r--r-- 1 root staff    0 2009-06-20 18:32 __init__.py
-rw-r--r-- 1 root staff  157 2009-06-20 18:50 __init__.pyc
-rw-r--r-- 1 root staff 3771 2009-06-20 18:32 serialDriver.py
-rw-r--r-- 1 root staff 4990 2009-06-20 18:50 serialDriver.pyc
-rw-r--r-- 1 root staff 2051 2009-06-20 18:32 usbDriver.py
-rw-r--r-- 1 root staff 2444 2009-06-20 18:50 usbDriver.pyc

/usr/local/lib/python2.6/dist-packages/papywizard/model:
total 136
-rw-r--r-- 1 root staff  5795 2009-06-20 18:31 camera.py
-rw-r--r-- 1 root staff  7194 2009-06-20 18:50 camera.pyc
-rw-r--r-- 1 root staff  9930 2009-06-20 18:31 data.py
-rw-r--r-- 1 root staff 10799 2009-06-20 18:50 data.pyc
-rw-r--r-- 1 root staff     0 2009-06-20 18:31 __init__.py
-rw-r--r-- 1 root staff   154 2009-06-20 18:50 __init__.pyc
-rw-r--r-- 1 root staff  3550 2009-06-20 18:31 lens.py
-rw-r--r-- 1 root staff  5140 2009-06-20 18:50 lens.pyc
-rw-r--r-- 1 root staff 12052 2009-06-20 18:31 scan.py
-rw-r--r-- 1 root staff 14895 2009-06-20 18:50 scan.pyc
-rw-r--r-- 1 root staff 23806 2009-06-20 18:31 shooting.py
-rw-r--r-- 1 root staff 24647 2009-06-20 18:50 shooting.pyc

/usr/local/lib/python2.6/dist-packages/papywizard/plugins:
total 352
-rw-r--r-- 1 root staff  6181 2009-06-20 18:31 abstractAxisPlugin.py
-rw-r--r-- 1 root staff  8472 2009-06-20 18:50 abstractAxisPlugin.pyc
-rw-r--r-- 1 root staff  2872 2009-06-20 18:31 abstractHardwarePlugin.py
-rw-r--r-- 1 root staff  4069 2009-06-20 18:50 abstractHardwarePlugin.pyc
-rw-r--r-- 1 root staff  5475 2009-06-20 18:31 abstractPluginController.py
-rw-r--r-- 1 root staff  6683 2009-06-20 18:50 abstractPluginController.pyc
-rw-r--r-- 1 root staff  6679 2009-06-20 18:31 abstractPlugin.py
-rw-r--r-- 1 root staff  8353 2009-06-20 18:50 abstractPlugin.pyc
-rw-r--r-- 1 root staff  4946 2009-06-20 18:31 abstractShutterPlugin.py
-rw-r--r-- 1 root staff  6934 2009-06-20 18:50 abstractShutterPlugin.pyc
-rw-r--r-- 1 root staff  3670 2009-06-20 18:31 abstractStandardShutterPlugin.py
-rw-r--r-- 1 root staff  5062 2009-06-20 18:50 abstractStandardShutterPlugin.pyc
-rw-r--r-- 1 root staff  2477 2009-06-20 18:31 axisPluginController.py
-rw-r--r-- 1 root staff  3117 2009-06-20 18:50 axisPluginController.pyc
-rw-r--r-- 1 root staff 10335 2009-06-20 18:31 eosUtilityPlugins.py
-rw-r--r-- 1 root staff 11913 2009-06-20 18:50 eosUtilityPlugins.pyc
-rw-r--r-- 1 root staff  2373 2009-06-20 18:31 hardwarePluginController.py
-rw-r--r-- 1 root staff  2856 2009-06-20 18:50 hardwarePluginController.pyc
-rw-r--r-- 1 root staff     0 2009-06-20 18:31 __init__.py
-rw-r--r-- 1 root staff   156 2009-06-20 18:50 __init__.pyc
-rw-r--r-- 1 root staff 18407 2009-06-20 18:31 merlinOrionPlugins.py
-rw-r--r-- 1 root staff 22297 2009-06-20 18:50 merlinOrionPlugins.pyc
-rw-r--r-- 1 root staff  7626 2009-06-20 18:31 pluginsConnector.py
-rw-r--r-- 1 root staff  5915 2009-06-20 18:50 pluginsConnector.pyc
-rw-r--r-- 1 root staff  5638 2009-06-20 18:31 pluginsManager.py
-rw-r--r-- 1 root staff  6550 2009-06-20 18:50 pluginsManager.pyc
-rw-r--r-- 1 root staff 18006 2009-06-20 18:31 pololuServoPlugins.py
-rw-r--r-- 1 root staff 22199 2009-06-20 18:50 pololuServoPlugins.pyc
-rw-r--r-- 1 root staff  2109 2009-06-20 18:31 shutterPluginController.py
-rw-r--r-- 1 root staff  2654 2009-06-20 18:50 shutterPluginController.pyc
-rw-r--r-- 1 root staff 10727 2009-06-20 18:31 simulationPlugins.py
-rw-r--r-- 1 root staff 15042 2009-06-20 18:50 simulationPlugins.pyc
-rw-r--r-- 1 root staff  2921 2009-06-20 18:31 standardShutterPluginController.py
-rw-r--r-- 1 root staff  3605 2009-06-20 18:50 standardShutterPluginController.pyc
-rw-r--r-- 1 root staff  5751 2009-06-20 18:31 tetheredPlugins.py
-rw-r--r-- 1 root staff  8406 2009-06-20 18:50 tetheredPlugins.pyc
-rw-r--r-- 1 root staff  4859 2009-06-20 18:31 timelordPlugins.py
-rw-r--r-- 1 root staff  7620 2009-06-20 18:50 timelordPlugins.pyc
-rw-r--r-- 1 root staff  5514 2009-06-20 18:31 usbTaPlugins.py
-rw-r--r-- 1 root staff  7403 2009-06-20 18:50 usbTaPlugins.pyc

/usr/local/lib/python2.6/dist-packages/papywizard/scripts:
total 28
-rw-r--r-- 1 root staff    0 2009-06-20 18:31 __init__.py
-rw-r--r-- 1 root staff  156 2009-06-20 18:50 __init__.pyc
-rw-r--r-- 1 root staff 9837 2009-06-20 18:31 main.py
-rw-r--r-- 1 root staff 8422 2009-06-20 18:50 main.pyc

/usr/local/lib/python2.6/dist-packages/papywizard/view:
total 824
-rw-r--r-- 1 root staff   2009 2009-06-20 18:32 arthurFrame.py
-rw-r--r-- 1 root staff   2552 2009-06-20 18:50 arthurFrame.pyc
-rw-r--r-- 1 root staff 563198 2009-06-20 18:32 icons.py
-rw-r--r-- 1 root staff 137087 2009-06-20 18:50 icons.pyc
-rw-r--r-- 1 root staff      0 2009-06-20 18:32 __init__.py
-rw-r--r-- 1 root staff    153 2009-06-20 18:50 __init__.pyc
-rw-r--r-- 1 root staff   2924 2009-06-20 18:32 logBuffer.py
-rw-r--r-- 1 root staff   3927 2009-06-20 18:50 logBuffer.pyc
-rw-r--r-- 1 root staff   4297 2009-06-20 18:32 messageDialog.py
-rw-r--r-- 1 root staff   6707 2009-06-20 18:50 messageDialog.pyc
-rw-r--r-- 1 root staff   8823 2009-06-20 18:32 pathRenderer.py
-rw-r--r-- 1 root staff   9610 2009-06-20 18:50 pathRenderer.pyc
-rw-r--r-- 1 root staff   1882 2009-06-20 18:32 pathWidget.py
-rw-r--r-- 1 root staff   2282 2009-06-20 18:50 pathWidget.pyc
-rw-r--r-- 1 root staff   8102 2009-06-20 18:32 pictureItem.py
-rw-r--r-- 1 root staff  10050 2009-06-20 18:50 pictureItem.pyc
-rw-r--r-- 1 root staff   3861 2009-06-20 18:32 pluginFields.py
-rw-r--r-- 1 root staff   6710 2009-06-20 18:50 pluginFields.pyc
-rw-r--r-- 1 root staff   9938 2009-06-20 18:32 shootingScene.py
-rw-r--r-- 1 root staff  11427 2009-06-20 18:50 shootingScene.pyc
drwxr-sr-x 2 root staff   4096 2009-06-20 18:50 ui

/usr/local/lib/python2.6/dist-packages/papywizard/view/ui:
total 180
-rw-r--r-- 1 root staff  1870 2009-06-20 18:32 bluetoothChooserDialog.ui
-rw-r--r-- 1 root staff 31806 2009-06-20 18:32 configDialog.ui
-rw-r--r-- 1 root staff 12794 2009-06-20 18:32 helpAboutDialog.ui
-rw-r--r-- 1 root staff  6232 2009-06-20 18:32 loggerDialog.ui
-rw-r--r-- 1 root staff 46101 2009-06-20 18:32 mainWindow.ui
-rw-r--r-- 1 root staff  3374 2009-06-20 18:32 nbPictsDialog.ui
-rw-r--r-- 1 root staff  2241 2009-06-20 18:32 pluginsConfigDialog.ui
-rw-r--r-- 1 root staff 10236 2009-06-20 18:32 pluginsDialog.ui
-rw-r--r-- 1 root staff 11208 2009-06-20 18:32 pluginsStatusDialog.ui
-rw-r--r-- 1 root staff 22903 2009-06-20 18:32 shootDialog.ui
-rw-r--r-- 1 root staff  3558 2009-06-20 18:32 totalFovDialog.ui
-rw-r--r-- 1 root staff 10461 2009-06-20 18:32 wizardDialog.ui
john@john-eee:~$

Offline

 

#263 2009-06-26 22:51:08

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6028
Website

Re: [papywizard v2] Annoncement, feedback, bug report

All is ok; I really don't understand what's going on, here. I tried on my wife's laptop, running ubuntu 9.04, and once I have made the symbolic link, all worked fine.

I'll try to ask on the python mailing list...


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM + Tokina 10-17 3.5-4.5 AF DX Fisheye
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

#264 2009-08-06 15:36:20

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6028
Website

Re: [papywizard v2] Annoncement, feedback, bug report

I confirm that there is a problem with the mosaic mode: the positions are not always visible. As I didn't change anything since a long time, I suspect a problem with Qt (4.5 vs 4.4).

The bug occurs when the pano (pitch only) is not symetrical arround the reference (yaw=0, pitch=0), which is often the case when using the start/end button to define the pano.

Could you check on you different systems if it is the case? Try to report the Qt version used (use the Help > About Qt menu)...

Thanks.


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM + Tokina 10-17 3.5-4.5 AF DX Fisheye
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

#265 2009-08-06 16:19:49

jplorge
Member
From: Belgium
Registered: 2008-10-06
Posts: 248
Website

Re: [papywizard v2] Annoncement, feedback, bug report

fma38 wrote:

Could you check on you different systems if it is the case? Try to report the Qt version used (use the Help > About Qt menu)...

Thanks.

I tryed on Nokia, win XP, and Linux Ubuntu 9, that the same

Last edited by jplorge (2009-08-06 16:20:21)


Jean-Pierre
Merlin/Orion firmware : 01.09.81 panohead + Papywizard on XP PC and Linux Ubuntu 9.1 & Nokia 800
Manfrotto 303 PAN HEAD with Nikon D70 + Nikon 18-70 in kit - Nikon 80-200 F 2.8 old - Sigma 10-20
Assembly : Ptgui 8.2.1 - Autopano pro Giga 2 in test mode

Offline

 

#266 2009-08-06 16:21:16

jplorge
Member
From: Belgium
Registered: 2008-10-06
Posts: 248
Website

Re: [papywizard v2] Annoncement, feedback, bug report

I found a solution to this problem: choose the center of the shot with positioning the head and click on "home" then indicate the number of vertical and horizontal photos, then start shooting and watch the position of the beginning or end, if it is not wide enough, stop and add 2 photos and go to shoot, the head will move to the new position. And so on...

I know this is not great but it works

Last edited by jplorge (2009-08-06 16:30:55)


Jean-Pierre
Merlin/Orion firmware : 01.09.81 panohead + Papywizard on XP PC and Linux Ubuntu 9.1 & Nokia 800
Manfrotto 303 PAN HEAD with Nikon D70 + Nikon 18-70 in kit - Nikon 80-200 F 2.8 old - Sigma 10-20
Assembly : Ptgui 8.2.1 - Autopano pro Giga 2 in test mode

Offline

 

#267 2009-09-13 13:54:25

Tipjip
Member
From: Bonn, Germany
Registered: 2008-04-12
Posts: 52

Re: [papywizard v2] Annoncement, feedback, bug report

Hi,

I'm still trying out Papywizard without a merlin head. Instead I use it as a base to do tethered bracketing panos. Since yesterday I've been trying the Papywizard Import function in APP, too. I made myself a nice preset that conforms with the way I manually shoot panos, let Papywizard run through it, fed the saved datafile to APP, everything fine.

Today I'm trying bracketing (EOS Utility via Papywizard) and I'm having a problem: The file outputted by Papywizard only reflects the number of stops, not the number of (bracketed) pictures taken at each stop. So when I do 3 shots at 2 stop points APP only expects 2 images because papywizard only tells it about two.

I'm still not sure: is this a bug (Papywizard not taking into account the brackting settings for the EOS Utility plugin) or is the problem sitting in front of the computer?

Christian

Offline

 

#268 2009-09-13 16:52:11

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6028
Website

Re: [papywizard v2] Annoncement, feedback, bug report

Christian, did you check in the log file that all bracketed pictures where really taken? If one of them failed, then it won't be recorded. It may occur because of a bug in the plugin, or a bad return value from the EOS Utility script.

Please, send me your config. file and the entire log.


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM + Tokina 10-17 3.5-4.5 AF DX Fisheye
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

#269 2009-09-13 18:24:29

Tipjip
Member
From: Bonn, Germany
Registered: 2008-04-12
Posts: 52

Re: [papywizard v2] Annoncement, feedback, bug report

Hi,

You can download the config files here: http://dreiwolf.eu/fotos/panorama/logandconfig.zip.

The pictures are taken fine. I observed that while shooting I get the message "Auslöser - Bild 1/1" which probably translates into "Shutter - Picture 1/1" instead of 1/3 (which is what it actually does, 3 pictures).

Thanks!

Christian

Offline

 

#270 2009-09-13 20:15:49

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6028
Website

Re: [papywizard v2] Annoncement, feedback, bug report

In the config file, the bracketing nb picts is set to 1. That's the problem in the current version of Papywizard and all tethered plugins: if the external application take more than 1 picture, Papywizard can't know it. That's why I always search to drive picture by picture... If the external application can return the number of pictures taken, I can modify Papywizard to read it, and generate the correct number of entries in the xml file. But I don't think DSLR Remote Pro or EOS Utility can do that...


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM + Tokina 10-17 3.5-4.5 AF DX Fisheye
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

#271 2009-09-14 22:47:15

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6028
Website

Re: [papywizard v2] Annoncement, feedback, bug report

I uploaded a new dev. release (2.1.11), with several new features, bug fixes and other modifications (see ChangeLog for complete description).

I don't have much time, these days, by feel free to report bugs or so.


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM + Tokina 10-17 3.5-4.5 AF DX Fisheye
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

#272 2009-09-14 23:20:17

Paul
Member
From: Bonn, Germany
Registered: 2008-08-30
Posts: 846

Re: [papywizard v2] Annoncement, feedback, bug report

fma38 wrote:

by feel free to report bugs or so.

- preview does not fit window
- some items are not translated
- can't find setting for reverse shooting


Uploaded Images

Last edited by Paul (2009-09-14 23:21:34)


Paul

close, but no cigar ... ... ...

Offline

 

#273 2009-09-15 07:45:04

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6028
Website

Re: [papywizard v2] Annoncement, feedback, bug report

I didn't fix the bug for preview when not using symetrical values (in fact, this seems to be a Qt issue).

Translations will only be available for final stable release.

When using the timer repeat feature, you can enable the automatic reverse shooting at each repeat. You can also use the button at the top right of the shooting window to reverse shooting before shooting.


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM + Tokina 10-17 3.5-4.5 AF DX Fisheye
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

#274 2009-10-13 23:17:40

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6028
Website

Re: [papywizard v2] Annoncement, feedback, bug report

Just to say that the plugin for the PixOrb motorized panohead will be soon available. Thanks to Marc Davidson from Peace River, and Gerard Maynard, photographer, who made a lot of tests to debug it!

This plugin, as the DSLR Remote Pro on, will be added to the next dev release, in a few days.


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM + Tokina 10-17 3.5-4.5 AF DX Fisheye
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

#275 2009-10-25 09:28:30

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6028
Website

Re: [papywizard v2] Annoncement, feedback, bug report

The new dev release (2.2.12) in on-line. I think it will be the last before I release the stable version, so, please test it, test it, test it!

The 2 new plugins (PixOrb head and DSLR Remote Pro) are available. I also fixed the preview bug Claude reported (it was not a Qt issue!).


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM + Tokina 10-17 3.5-4.5 AF DX Fisheye
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson