You are not logged in.

> The forum rules have been updated. Please take a moment to read them.


#1 2009-01-29 14:27:40

AerialVr
Member
From: Swansea,Ma
Registered: 2009-01-15
Posts: 48
Website

pocket pc version

forgive my ignorance but i was wondering if there is a way to run papywizard on a pocket pc? is it just a question of recompiling the soarcecode for another operating system or is it rewritting the whole deal? is there something i could install on my pocket pc that would allow it to run as it is?

Thanks
Chris BLake

Offline

 

#2 2009-01-29 15:35:31

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

Re: pocket pc version

There is no need to compile Papywizard, as it is written in python, a script language. But you need to install the python interpretor, and python modules used in Papwyizard (PyQt4, bluetooth...).

I think python exists (you need 2.5), but I don't know for PyQt4. If you have time to dig, it would help (I have an old PocketPC so I can make some tests).


Frédéric

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

Offline

 

#3 2009-01-29 15:41:06

AerialVr
Member
From: Swansea,Ma
Registered: 2009-01-15
Posts: 48
Website

Re: pocket pc version

Hi Frederick,

this is good news then i could have an option to use my laptop when i want to use dslr remote for pole shots and my pocket pc that i already have for tripod shots when its easy to touch the camera. do you know where i get he interpreter?

thanks
Chris

Offline

 

#4 2009-01-29 16:15:51

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

Re: pocket pc version

Try from http://www.python.org to find a binary installer for PocketPC... I'll ask on python ML.


Frédéric

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

Offline

 

#5 2009-01-29 16:18:30

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

Re: pocket pc version

PythonCE is available here:

http://pythonce.sourceforge.net

I will dig for pyqt4...


Frédéric

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

Offline

 

#6 2009-01-29 16:28:06

AerialVr
Member
From: Swansea,Ma
Registered: 2009-01-15
Posts: 48
Website

Re: pocket pc version

funny i just found that. still don't quite know what to do with it. do i need an interpreter for pyqt4? or is pyqt4 a module in python. obviously im in over my head here but thats ok

Offline

 

#7 2009-01-29 16:28:47

AerialVr
Member
From: Swansea,Ma
Registered: 2009-01-15
Posts: 48
Website

Re: pocket pc version

Offline

 

#8 2009-01-29 16:36:27

AerialVr
Member
From: Swansea,Ma
Registered: 2009-01-15
Posts: 48
Website

Re: pocket pc version

what kind of blue tooth protocalls does my pocket pc need to support?

Offline

 

#9 2009-01-29 16:39:11

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

Re: pocket pc version

AerialVr wrote:

obviously im in over my head here but thats ok

Could be - pythons can swallow very large prey. wink

I think you would be better off getting hold of a used Nokia N800/N810 Internet Tablet, and forget about trying to run Papywizard on a Pocket PC.


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

Offline

 

#10 2009-01-29 16:45:12

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

Re: pocket pc version

PyQT4 is the python binding of the Qt4 C++ library. It needs to be cross-compiled for PocketPC plateform: this is not something I can do myself (I'm alrady fighting at work to cross-compile python itself for a VME embedded system!). I hope there are already binaries arround.

For python, it is the same: the interpretor is written in C, so needs to be compiled for PocketPC. PythonCE is the binary for that platform. So you can install it (I did that for an earlier version, and it works fine).

About bluetooth, it will work, don't worry.

But there will be an issue: screen size. Papywizard is not designed for vertical screens...


Frédéric

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

Offline

 

#11 2009-01-29 17:55:08

AerialVr
Member
From: Swansea,Ma
Registered: 2009-01-15
Posts: 48
Website

Re: pocket pc version

is there a previous stable version thats in python that doesent use pyqt4? that would work with just he python interpreter? if so what version would that be?

Thanks
Chris

Offline

 

#12 2009-02-09 19:19:35

AerialVr
Member
From: Swansea,Ma
Registered: 2009-01-15
Posts: 48
Website

Re: pocket pc version

fma38 wrote:

PythonCE is available here:

http://pythonce.sourceforge.net

I will dig for pyqt4...

Hi Frederick,

I got this installed ok and all the source code for 1.6.1 on my pocket pc. then i clicked on the main papywizard script and its looking for a pygtk module and not finding it. were do get that and where should i put it? did I get the correct version? thanks for your help

Chris Blake

Offline

 

#13 2009-02-09 23:00:23

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

Re: pocket pc version

Well, you need PyGTK for WindowsCE... I don't know if it has been packaged.

I think we'll have much success searching for PyQt, for the v2 (release 1.9.3 as the same features as the 1.6.1 - and even more - except internationalization).


Frédéric

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

Offline

 

#14 2009-02-10 13:45:55

AerialVr
Member
From: Swansea,Ma
Registered: 2009-01-15
Posts: 48
Website

Re: pocket pc version

ok thanks I'll keep looking for now im going to us my laptop

Offline

 

#15 2009-02-11 10:03:31

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

Re: pocket pc version

AerialVr wrote:

ok thanks I'll keep looking for now im going to us my laptop

A wise choice.

Meanwhile you could look out for a used Nikoa N800/N810 at a good price.


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

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson