Search the web
Sign In
New User? Sign Up
progect · Progect - projects and outlining in Palm
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3448 - 3477 of 3477   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#3477 From: Roger Walker <roger542@...>
Date: Mon Sep 21, 2009 11:24 am
Subject: Re: Re: Fw: Error "file ... is not a progect database" after importing CSV file
roger542
Offline Offline
Send Email Send Email
 
Thanks for your answer.
R.




[Non-text portions of this message have been removed]

#3476 From: "rickpricesiliconvalley" <rprice@...>
Date: Thu Sep 17, 2009 2:40 pm
Subject: Re: Fw: Error "file ... is not a progect database" after importing CSV file
rickpricesil...
Offline Offline
Send Email Send Email
 
My guess is that the Progect database is not being written/read with the correct
character set.

The problem is that the Palm database needs to be converted to Unicode inside of
Python, and you need to know the correct character set to use, I believe that
the older code does not do this correctly.

Normally everything is fine, because most people use the Palm equivalent of
straight ASCII.

PDesk needs to be changed to use a PDB reading/writing library I wrote, it
should then be able to do this correctly.

The problem is that I don't really have time to work on it, but I would be more
than happy to help someone else do the changes.

Rick
--- In progect@yahoogroups.com, Roger Walker <roger542@...> wrote:
>
> My first e-mail haven't appeared in group messages, so I am trying once more.
> R.
>
> --- On Fri, 8/28/09, Roger Walker <roger542@...> wrote:
>
>
> From: Roger Walker <roger542@...>
> Subject: Error "file ... is not a progect database" after importing CSV file
> To: progect@yahoogroups.com
> Date: Friday, August 28, 2009, 9:56 AM
>
>
>
>
>
>
>
> Error "file ... is not a progect database" after importing CSV file with
diacritics into PDESK.
> =====================================================================
> Hello,
> I tried to import CSV file (TEST6E.CSV) with Czech diacritics into PDESK
> (version 0.8.4, OS Windows XP).
> After saving it as a PDK file, PDESK cannot open this file with error
> "file ... is not a progect database".
> Similar operation with CSV file without diacritics (TEST6F.CSV) was
successful.
> =====================================================================
> TEST6E.CSV
> ---------------------------------------------------------------------
> "1";"task";"task note
> další řádek";;;
> "2";"subtask";"subtask note";;;
> =====================================================================
> TEST6F.CSV
> ---------------------------------------------------------------------
> "1";"task";"task note
> dalsi radek";;;
> "2";"subtask";"subtask note";;;
> =====================================================================
> LOG.TXT (some parts omitted)
> ---------------------------------------------------------------------
> New Session started on Wed Aug 26 14:58:13 2009
> platform  : win32
> byteorder : little
> ---------------------------------------------------------------------
> PluginManager started
> Start in C:\Program Files\PDesk
> Now in C:\Program Files\PDesk\plugins
> got plugs : ['CSVInOut.py', 'HTMLInOut.py', 'MSProjectInOut.py',
'TextInOut.py', 'TreepadInOut.py']
> imported <module 'CSVInOut' from 'C:\Program
Files\PDesk\plugins\CSVInOut.pyo'> successfully
> imported <module 'HTMLInOut' from 'C:\Program
Files\PDesk\plugins\HTMLInOut.pyo'> successfully
> imported <module 'MSProjectInOut' from 'C:\Program
Files\PDesk\plugins\MSProjectInOut.pyo'> successfully
> imported <module 'TextInOut' from 'C:\Program
Files\PDesk\plugins\TextInOut.pyo'> successfully
> imported <module 'TreepadInOut' from 'C:\Program
Files\PDesk\plugins\TreepadInOut.pyo'> successfully
> loaded plugins : [<class 'CSVInOut.CSVInOut'>, <class 'HTMLInOut.HTMLInOut'>,
<class 'MSProjectInOut.MSProjectInOut'>, <class 'TextInOut.TextInOut'>, <class
'TreepadInOut.TreepadInOut'>]
> Trying <class 'CSVInOut.CSVInOut'>
> Trying <class 'HTMLInOut.HTMLInOut'>
> Trying <class 'MSProjectInOut.MSProjectInOut'>
> Trying <class 'TextInOut.TextInOut'>
> Trying <class 'TreepadInOut.TreepadInOut'>
> returning output plugins : [<class 'CSVInOut.CSVInOut'>, <class
'HTMLInOut.HTMLInOut'>, <class 'MSProjectInOut.MSProjectInOut'>, <class
'TextInOut.TextInOut'>, <class 'TreepadInOut.TreepadInOut'>]
> returning input plugins : [<class 'CSVInOut.CSVInOut'>, <class
'TextInOut.TextInOut'>]
> Listening on 127.0.0.1:9999
> Waiting for a request...
> Going to users ... directory : C:\Program Files\palmOne\...
> AppInfo : remaining len = 42
> Converter initialized for 2 to 2
> read last record, no ref block
> Fixed 0 errors during checkIntegrity
> AppInfo : remaining len = 42
> Converter initialized for 2 to 2
> read last record, no ref block
> Fixed 0 errors during checkIntegrity
> Traceback (most recent call last):
>   File "DetailsView.pyo", line 566, in OnIdle
>   File "Record.pyo", line 154, in __len__
>   File "RecordV023.pyo", line 120, in pack
>   File "encodings\cp1252.pyo", line 18, in encode
> UnicodeDecodeError: 'ascii' codec can't decode byte 0x9a in position 13:
ordinal not in range(128)
> ...
> Traceback (most recent call last):
>   File "DetailsView.pyo", line 566, in OnIdle
>   File "Record.pyo", line 154, in __len__
>   File "RecordV023.pyo", line 120, in pack
>   File "encodings\cp1252.pyo", line 18, in encode
> UnicodeDecodeError: 'ascii' codec can't decode byte 0x9a in position 13:
ordinal not in range(128)
> End date : Wed Aug 26 15:00:24 2009
> Session ended normally.
> =====================================================================
> I would be grateful for any help.
> With regards
> Roger
> Prague, Czech Republic
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

#3475 From: Roger Walker <roger542@...>
Date: Thu Sep 17, 2009 2:11 pm
Subject: Fw: Error "file ... is not a progect database" after importing CSV file
roger542
Offline Offline
Send Email Send Email
 
My first e-mail haven't appeared in group messages, so I am trying once more.
R.

--- On Fri, 8/28/09, Roger Walker <roger542@...> wrote:


From: Roger Walker <roger542@...>
Subject: Error "file ... is not a progect database" after importing CSV file
To: progect@yahoogroups.com
Date: Friday, August 28, 2009, 9:56 AM







Error "file ... is not a progect database" after importing CSV file with
diacritics into PDESK.
=====================================================================
Hello,
I tried to import CSV file (TEST6E.CSV) with Czech diacritics into PDESK
(version 0.8.4, OS Windows XP).
After saving it as a PDK file, PDESK cannot open this file with error
"file ... is not a progect database".
Similar operation with CSV file without diacritics (TEST6F.CSV) was successful.
=====================================================================
TEST6E.CSV
---------------------------------------------------------------------
"1";"task";"task note
další řádek";;;
"2";"subtask";"subtask note";;;
=====================================================================
TEST6F.CSV
---------------------------------------------------------------------
"1";"task";"task note
dalsi radek";;;
"2";"subtask";"subtask note";;;
=====================================================================
LOG.TXT (some parts omitted)
---------------------------------------------------------------------
New Session started on Wed Aug 26 14:58:13 2009
platform  : win32
byteorder : little
---------------------------------------------------------------------
PluginManager started
Start in C:\Program Files\PDesk
Now in C:\Program Files\PDesk\plugins
got plugs : ['CSVInOut.py', 'HTMLInOut.py', 'MSProjectInOut.py', 'TextInOut.py',
'TreepadInOut.py']
imported <module 'CSVInOut' from 'C:\Program Files\PDesk\plugins\CSVInOut.pyo'>
successfully
imported <module 'HTMLInOut' from 'C:\Program
Files\PDesk\plugins\HTMLInOut.pyo'> successfully
imported <module 'MSProjectInOut' from 'C:\Program
Files\PDesk\plugins\MSProjectInOut.pyo'> successfully
imported <module 'TextInOut' from 'C:\Program
Files\PDesk\plugins\TextInOut.pyo'> successfully
imported <module 'TreepadInOut' from 'C:\Program
Files\PDesk\plugins\TreepadInOut.pyo'> successfully
loaded plugins : [<class 'CSVInOut.CSVInOut'>, <class 'HTMLInOut.HTMLInOut'>,
<class 'MSProjectInOut.MSProjectInOut'>, <class 'TextInOut.TextInOut'>, <class
'TreepadInOut.TreepadInOut'>]
Trying <class 'CSVInOut.CSVInOut'>
Trying <class 'HTMLInOut.HTMLInOut'>
Trying <class 'MSProjectInOut.MSProjectInOut'>
Trying <class 'TextInOut.TextInOut'>
Trying <class 'TreepadInOut.TreepadInOut'>
returning output plugins : [<class 'CSVInOut.CSVInOut'>, <class
'HTMLInOut.HTMLInOut'>, <class 'MSProjectInOut.MSProjectInOut'>, <class
'TextInOut.TextInOut'>, <class 'TreepadInOut.TreepadInOut'>]
returning input plugins : [<class 'CSVInOut.CSVInOut'>, <class
'TextInOut.TextInOut'>]
Listening on 127.0.0.1:9999
Waiting for a request...
Going to users ... directory : C:\Program Files\palmOne\...
AppInfo : remaining len = 42
Converter initialized for 2 to 2
read last record, no ref block
Fixed 0 errors during checkIntegrity
AppInfo : remaining len = 42
Converter initialized for 2 to 2
read last record, no ref block
Fixed 0 errors during checkIntegrity
Traceback (most recent call last):
  File "DetailsView.pyo", line 566, in OnIdle
  File "Record.pyo", line 154, in __len__
  File "RecordV023.pyo", line 120, in pack
  File "encodings\cp1252.pyo", line 18, in encode
UnicodeDecodeError: 'ascii' codec can't decode byte 0x9a in position 13: ordinal
not in range(128)
...
Traceback (most recent call last):
  File "DetailsView.pyo", line 566, in OnIdle
  File "Record.pyo", line 154, in __len__
  File "RecordV023.pyo", line 120, in pack
  File "encodings\cp1252.pyo", line 18, in encode
UnicodeDecodeError: 'ascii' codec can't decode byte 0x9a in position 13: ordinal
not in range(128)
End date : Wed Aug 26 15:00:24 2009
Session ended normally.
=====================================================================
I would be grateful for any help.
With regards
Roger
Prague, Czech Republic






[Non-text portions of this message have been removed]

#3474 From: Saumil Vyas <saumil.vyas@...>
Date: Thu Jul 2, 2009 5:06 pm
Subject: Re: Re: Support for 320 x 480 Screens
savyas
Offline Offline
Send Email Send Email
 
Is there anyway I can use Progest with Palm Pre?

I like this program a lot for my Tungsten.

On Thu, Jul 2, 2009 at 5:13 AM, chrismid2001 <chris@...> wrote:

>
>
> Hi,
>
> Just wondering, given the direction of Palm devices and operating systems,
> whether there is now any realistic chance of 320x480 support in Progect for
> OS 5.x devices like the TX.
>
> I find Progect and its UI absolutely perfect for my needs in all other
> respects (don't use the desktop app). I guess Shadowplan would come in as a
> reasonable second it it wasn't for its slow screen updates on the TX.
>
> Should I give up hope at this point or is there still a chance?
>
> Thanks.
>
> --- In progect@yahoogroups.com <progect%40yahoogroups.com>, Rick Price
> <rprice@...> wrote:
> >
> > No, unfortunately it is not easy to implement - yet.
> >
> > The tree control in Progect needs to be rewritten because it is too
> buggy,
> > and changing the screen resolution would just break it.
> >
> > Once that is done, then changing screen resolution will be much easier.
> >
> > I hope to release changes made by Ariel Tal soon for PDesk and then I
> will
> > try and rewrite the tree control.
> >
> > We are still looking out at least a month, but things are moving, albeit
> > slowly.
> >
> > Rick
> >
> >
> > On Mon, 24 Sep 2007, "pspeers2002" wrote:
> >
> > > I have a Tx and it would be great if Progect could use the full
> > > screen.
> > >
> > > Is this something relatively easy to implement? I've read on forums
> > > that the only way to achieve this at the moment is to use CodeDiver.
> > >
> > >
> >
>
>
>


[Non-text portions of this message have been removed]

#3473 From: "chrismid2001" <chris@...>
Date: Thu Jul 2, 2009 9:13 am
Subject: Re: Support for 320 x 480 Screens
chrismid2001
Offline Offline
Send Email Send Email
 
Hi,

Just wondering, given the direction of Palm devices and operating systems,
whether there is now any realistic chance of 320x480 support in Progect for OS
5.x devices like the TX.

I find Progect and its UI absolutely perfect for my needs in all other respects
(don't use the desktop app). I guess Shadowplan would come in as a reasonable
second it it wasn't for its slow screen updates on the TX.

Should I give up hope at this point or is there still a chance?

Thanks.



--- In progect@yahoogroups.com, Rick Price <rprice@...> wrote:
>
> No, unfortunately it is not easy to implement - yet.
>
> The tree control in Progect needs to be rewritten because it is too buggy,
> and changing the screen resolution would just break it.
>
> Once that is done, then changing screen resolution will be much easier.
>
> I hope to release changes made by Ariel Tal soon for PDesk and then I will
> try and rewrite the tree control.
>
> We are still looking out at least a month, but things are moving, albeit
> slowly.
>
> Rick
>
>
> On Mon, 24 Sep 2007, "pspeers2002" wrote:
>
> > I have a Tx and it would be great if Progect could use the full
> > screen.
> >
> > Is this something relatively easy to implement? I've read on forums
> > that the only way to achieve this at the moment is to use CodeDiver.
> >
> >
>

#3472 From: "andre.vautour" <avautour@...>
Date: Thu Jan 29, 2009 11:41 pm
Subject: Re: Python22.dll
andre.vautour
Offline Offline
Send Email Send Email
 
It is now working.

I am not sure of what exactly did it, but I uninstalled PdDesk
(including deleting the PDesk folder which is not automatically
deleted as part of the uninstall) and reinstalled PDesk from scratch.

Thank you for your help.

Andre


-- In progect@yahoogroups.com, "Rick Price" <rprice@...> wrote:
>
> After the first time, does it continue happening? Or is it working
for you
> now?
>
>
>
> Can you try to open a different project, or is it crashing before
you have a
> chance to do so?
>
>
>
> Rick
>
>
>
> From: progect@yahoogroups.com [mailto:progect@yahoogroups.com] On
Behalf Of
> andre.vautour
> Sent: Wednesday, January 28, 2009 11:29
> To: progect@yahoogroups.com
> Subject: [progect] Re: Python22.dll
>
>
>
> It was not. I now intalled it in the directory.
>
> Howerver, I am now getting a message to the effect that the last
> session did not end normally and that I should send the logfile to
> www.alawa.ch. In any event, here is the content of the log file:
> ----------------------------------------------------------
> New Session started on Wed Jan 28 11:26:36 2009
> platform : win32
> byteorder : little
> ----------------------------------------------------------
> --------
> PluginManager started
> Start in C:\Program Files\PDesk
> Now in C:\Program Files\PDesk\plugins
> got plugs :
>
['AboveBeyondInOut.py', 'CSVInOut.py', 'HTMLInOut.py', 'MSProjectInOut
> .py', 'Report_HTMLInOut.py', 'TextInOut.py']
> imported <module 'AboveBeyondInOut' from 'C:\Program
> Files\PDesk\plugins\AboveBeyondInOut.pyo'> successfully
> Error importing plugin CSVInOut
> Got Module use of python22.dll conflicts with this version of
Python.
> imported <module 'HTMLInOut' from 'C:\Program
> Files\PDesk\plugins\HTMLInOut.pyo'> successfully
> imported <module 'MSProjectInOut' from 'C:\Program
> Files\PDesk\plugins\MSProjectInOut.pyo'> successfully
> imported <module 'Report_HTMLInOut' from 'C:\Program
> Files\PDesk\plugins\Report_HTMLInOut.pyo'> successfully
> imported <module 'TextInOut' from 'C:\Program
> Files\PDesk\plugins\TextInOut.pyo'> successfully
> loaded plugins : [<class 'AboveBeyondInOut.AboveBeyondInOut'>,
> <class 'HTMLInOut.HTMLInOut'>,
> <class 'MSProjectInOut.MSProjectInOut'>,
> <class 'Report_HTMLInOut.Report_HTMLInOut'>,
> <class 'TextInOut.TextInOut'>]
> Trying <class 'AboveBeyondInOut.AboveBeyondInOut'>
> Trying <class 'HTMLInOut.HTMLInOut'>
> Trying <class 'MSProjectInOut.MSProjectInOut'>
> Trying <class 'Report_HTMLInOut.Report_HTMLInOut'>
> Trying <class 'TextInOut.TextInOut'>
> returning output plugins :
> [<class 'AboveBeyondInOut.AboveBeyondInOut'>,
> <class 'HTMLInOut.HTMLInOut'>,
> <class 'MSProjectInOut.MSProjectInOut'>,
> <class 'Report_HTMLInOut.Report_HTMLInOut'>,
> <class 'TextInOut.TextInOut'>]
> returning input plugins : [<class 'TextInOut.TextInOut'>]
> Listening on 127.0.0.1:9999
> Waiting for a request...
> Traceback (most recent call last):
> File "pdesk.pyw", line 77, in ?
> File "pdesk.pyw", line 72, in main
> File "pdesk.pyw", line 66, in initFile
> File "MainFrame.pyo", line 116, in initFile
> File "trace.pyo", line 58, in _debugOn
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in
> position 88: ordinal not in range(128)
>
> ----------------------------------------------------------
>
> Andre
>
> --- In progect@yahoogroups.com <mailto:progect%
40yahoogroups.com> , "Rick
> Price" <rprice@> wrote:
> >
> > Is the Python dll in the directory where the application was
> installed?
> >
> >
> >
> > From: progect@yahoogroups.com <mailto:progect%40yahoogroups.com>
> [mailto:progect@yahoogroups.com <mailto:progect%
40yahoogroups.com> ] On
> Behalf Of
> > andre.vautour
> > Sent: Tuesday, January 27, 2009 10:55
> > To: progect@yahoogroups.com <mailto:progect%40yahoogroups.com>
> > Subject: [progect] Re: Python22.dll
> >
> >
> >
> > Hi,
> >
> > I am using Version 0.8.5 (referred to as the Third Beta)
> >
> > Andre
> >
> > --- In progect@yahoogroups.com <mailto:progect%40yahoogroups.com>
> <mailto:progect%
> 40yahoogroups.com> , "Rick
> > Price" <rprice@> wrote:
> > >
> > > What version of PDesk are you using?
> > >
> > >
> > >
> > > Rick
> > >
> > >
> > >
> > > From: progect@yahoogroups.com <mailto:progect%40yahoogroups.com>
> <mailto:progect%40yahoogroups.com>
> > [mailto:progect@yahoogroups.com <mailto:progect%40yahoogroups.com>
> <mailto:progect%
> 40yahoogroups.com> ] On
> > Behalf Of
> > > andre.vautour
> > > Sent: Monday, January 26, 2009 10:37
> > > To: progect@yahoogroups.com <mailto:progect%40yahoogroups.com>
> <mailto:progect%40yahoogroups.com>
> > > Subject: [progect] Python22.dll
> > >
> > >
> > >
> > > Hi,
> > >
> > > I installed pDesk on my PC to hotsync with Progect intalled on
my
> > Palm
> > > Centro. However, when I try to run pDesk I get an error message
> to
> > the
> > > effect that the application can't be loaded because
pythonn22.dll
> > can't
> > > be found. The message suggests that reinstalling pDesk can
> correct
> > the
> > > problem. I tried to reinstall pDesk to no avail.
> > >
> > > Please help.
> > >
> > > Thank you.
> > >
> > > Andre
> > >
> > >
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

#3471 From: Judd Rogers <juddrogers@...>
Date: Thu Jan 29, 2009 3:46 am
Subject: Re: Re: Python22.dll
juddrogers@...
Send Email Send Email
 
Is the missing DLL in the zip file you installed? Or do you have to install
python and then install PDesk?

Judd

On Tue, Jan 27, 2009 at 9:55 AM, andre.vautour <avautour@...>wrote:

>   Hi,
>
> I am using Version 0.8.5 (referred to as the Third Beta)
>
> Andre
>
>
> --- In progect@yahoogroups.com <progect%40yahoogroups.com>, "Rick Price"
> <rprice@...> wrote:
> >
> > What version of PDesk are you using?
> >
> >
> >
> > Rick
> >
> >
> >
> > From: progect@yahoogroups.com <progect%40yahoogroups.com> [mailto:
> progect@yahoogroups.com <progect%40yahoogroups.com>] On
> Behalf Of
> > andre.vautour
> > Sent: Monday, January 26, 2009 10:37
> > To: progect@yahoogroups.com <progect%40yahoogroups.com>
> > Subject: [progect] Python22.dll
> >
> >
> >
> > Hi,
> >
> > I installed pDesk on my PC to hotsync with Progect intalled on my
> Palm
> > Centro. However, when I try to run pDesk I get an error message to
> the
> > effect that the application can't be loaded because pythonn22.dll
> can't
> > be found. The message suggests that reinstalling pDesk can correct
> the
> > problem. I tried to reinstall pDesk to no avail.
> >
> > Please help.
> >
> > Thank you.
> >
> > Andre
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>



--
Necessity is the plea for every infringement of human freedom.
It is the argument of tyrants; it is the creed of slaves.
                -- William Pitt, 1783


[Non-text portions of this message have been removed]

#3470 From: rprice@...
Date: Wed Jan 28, 2009 6:23 pm
Subject: Re: Sync Problem
rickpricesil...
Offline Offline
Send Email Send Email
 
Can you send me the sync log?

Check for a completely empty project, that is a known problem.

Please tell me how it goes.
Sent from my BlackBerry device on the Rogers Wireless Network

-----Original Message-----
From: "walafleurs@..." <walafleurs@...>

Date: Wed, 28 Jan 2009 17:28:03
To: <progect@yahoogroups.com>
Subject: [progect] Sync Problem


I've been using Progect and PDesk for several weeks now with little
problem.

Today, they won't sync at all.  I've looked on the Palm sync log and
can't find anything.  I don't understand the PDesk sync log so I don't
know what could be wrong there.

Anybody have a solution?




[Non-text portions of this message have been removed]

#3469 From: "walafleurs@..." <walafleurs@...>
Date: Wed Jan 28, 2009 5:28 pm
Subject: Sync Problem
walafleurs...
Offline Offline
Send Email Send Email
 
I've been using Progect and PDesk for several weeks now with little
problem.

Today, they won't sync at all.  I've looked on the Palm sync log and
can't find anything.  I don't understand the PDesk sync log so I don't
know what could be wrong there.

Anybody have a solution?

#3468 From: "Rick Price" <rprice@...>
Date: Wed Jan 28, 2009 4:54 pm
Subject: RE: Re: Python22.dll
rickpricesil...
Offline Offline
Send Email Send Email
 
After the first time, does it continue happening? Or is it working for you
now?



Can you try to open a different project, or is it crashing before you have a
chance to do so?



Rick



From: progect@yahoogroups.com [mailto:progect@yahoogroups.com] On Behalf Of
andre.vautour
Sent: Wednesday, January 28, 2009 11:29
To: progect@yahoogroups.com
Subject: [progect] Re: Python22.dll



It was not. I now intalled it in the directory.

Howerver, I am now getting a message to the effect that the last
session did not end normally and that I should send the logfile to
www.alawa.ch. In any event, here is the content of the log file:
----------------------------------------------------------
New Session started on Wed Jan 28 11:26:36 2009
platform : win32
byteorder : little
----------------------------------------------------------
--------
PluginManager started
Start in C:\Program Files\PDesk
Now in C:\Program Files\PDesk\plugins
got plugs :
['AboveBeyondInOut.py', 'CSVInOut.py', 'HTMLInOut.py', 'MSProjectInOut
.py', 'Report_HTMLInOut.py', 'TextInOut.py']
imported <module 'AboveBeyondInOut' from 'C:\Program
Files\PDesk\plugins\AboveBeyondInOut.pyo'> successfully
Error importing plugin CSVInOut
Got Module use of python22.dll conflicts with this version of Python.
imported <module 'HTMLInOut' from 'C:\Program
Files\PDesk\plugins\HTMLInOut.pyo'> successfully
imported <module 'MSProjectInOut' from 'C:\Program
Files\PDesk\plugins\MSProjectInOut.pyo'> successfully
imported <module 'Report_HTMLInOut' from 'C:\Program
Files\PDesk\plugins\Report_HTMLInOut.pyo'> successfully
imported <module 'TextInOut' from 'C:\Program
Files\PDesk\plugins\TextInOut.pyo'> successfully
loaded plugins : [<class 'AboveBeyondInOut.AboveBeyondInOut'>,
<class 'HTMLInOut.HTMLInOut'>,
<class 'MSProjectInOut.MSProjectInOut'>,
<class 'Report_HTMLInOut.Report_HTMLInOut'>,
<class 'TextInOut.TextInOut'>]
Trying <class 'AboveBeyondInOut.AboveBeyondInOut'>
Trying <class 'HTMLInOut.HTMLInOut'>
Trying <class 'MSProjectInOut.MSProjectInOut'>
Trying <class 'Report_HTMLInOut.Report_HTMLInOut'>
Trying <class 'TextInOut.TextInOut'>
returning output plugins :
[<class 'AboveBeyondInOut.AboveBeyondInOut'>,
<class 'HTMLInOut.HTMLInOut'>,
<class 'MSProjectInOut.MSProjectInOut'>,
<class 'Report_HTMLInOut.Report_HTMLInOut'>,
<class 'TextInOut.TextInOut'>]
returning input plugins : [<class 'TextInOut.TextInOut'>]
Listening on 127.0.0.1:9999
Waiting for a request...
Traceback (most recent call last):
File "pdesk.pyw", line 77, in ?
File "pdesk.pyw", line 72, in main
File "pdesk.pyw", line 66, in initFile
File "MainFrame.pyo", line 116, in initFile
File "trace.pyo", line 58, in _debugOn
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in
position 88: ordinal not in range(128)

----------------------------------------------------------

Andre

--- In progect@yahoogroups.com <mailto:progect%40yahoogroups.com> , "Rick
Price" <rprice@...> wrote:
>
> Is the Python dll in the directory where the application was
installed?
>
>
>
> From: progect@yahoogroups.com <mailto:progect%40yahoogroups.com>
[mailto:progect@yahoogroups.com <mailto:progect%40yahoogroups.com> ] On
Behalf Of
> andre.vautour
> Sent: Tuesday, January 27, 2009 10:55
> To: progect@yahoogroups.com <mailto:progect%40yahoogroups.com>
> Subject: [progect] Re: Python22.dll
>
>
>
> Hi,
>
> I am using Version 0.8.5 (referred to as the Third Beta)
>
> Andre
>
> --- In progect@yahoogroups.com <mailto:progect%40yahoogroups.com>
<mailto:progect%
40yahoogroups.com> , "Rick
> Price" <rprice@> wrote:
> >
> > What version of PDesk are you using?
> >
> >
> >
> > Rick
> >
> >
> >
> > From: progect@yahoogroups.com <mailto:progect%40yahoogroups.com>
<mailto:progect%40yahoogroups.com>
> [mailto:progect@yahoogroups.com <mailto:progect%40yahoogroups.com>
<mailto:progect%
40yahoogroups.com> ] On
> Behalf Of
> > andre.vautour
> > Sent: Monday, January 26, 2009 10:37
> > To: progect@yahoogroups.com <mailto:progect%40yahoogroups.com>
<mailto:progect%40yahoogroups.com>
> > Subject: [progect] Python22.dll
> >
> >
> >
> > Hi,
> >
> > I installed pDesk on my PC to hotsync with Progect intalled on my
> Palm
> > Centro. However, when I try to run pDesk I get an error message
to
> the
> > effect that the application can't be loaded because pythonn22.dll
> can't
> > be found. The message suggests that reinstalling pDesk can
correct
> the
> > problem. I tried to reinstall pDesk to no avail.
> >
> > Please help.
> >
> > Thank you.
> >
> > Andre
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
> [Non-text portions of this message have been removed]
>





[Non-text portions of this message have been removed]

#3467 From: "andre.vautour" <avautour@...>
Date: Wed Jan 28, 2009 4:29 pm
Subject: Re: Python22.dll
andre.vautour
Offline Offline
Send Email Send Email
 
It was not. I now intalled it in the directory.

Howerver, I am now getting a message to the effect that the last
session did not end normally and that I should send the logfile to
www.alawa.ch. In any event, here is the content of the log file:
---------------------------------------------------------------------
New Session started on Wed Jan 28 11:26:36 2009
platform  : win32
byteorder : little
----------------------------------------------------------------------
--------
PluginManager started
Start in C:\Program Files\PDesk
Now in C:\Program Files\PDesk\plugins
got plugs :
['AboveBeyondInOut.py', 'CSVInOut.py', 'HTMLInOut.py', 'MSProjectInOut
.py', 'Report_HTMLInOut.py', 'TextInOut.py']
imported <module 'AboveBeyondInOut' from 'C:\Program
Files\PDesk\plugins\AboveBeyondInOut.pyo'> successfully
Error importing plugin CSVInOut
Got Module use of python22.dll conflicts with this version of Python.
imported <module 'HTMLInOut' from 'C:\Program
Files\PDesk\plugins\HTMLInOut.pyo'> successfully
imported <module 'MSProjectInOut' from 'C:\Program
Files\PDesk\plugins\MSProjectInOut.pyo'> successfully
imported <module 'Report_HTMLInOut' from 'C:\Program
Files\PDesk\plugins\Report_HTMLInOut.pyo'> successfully
imported <module 'TextInOut' from 'C:\Program
Files\PDesk\plugins\TextInOut.pyo'> successfully
loaded plugins : [<class 'AboveBeyondInOut.AboveBeyondInOut'>,
<class 'HTMLInOut.HTMLInOut'>,
<class 'MSProjectInOut.MSProjectInOut'>,
<class 'Report_HTMLInOut.Report_HTMLInOut'>,
<class 'TextInOut.TextInOut'>]
Trying <class 'AboveBeyondInOut.AboveBeyondInOut'>
Trying <class 'HTMLInOut.HTMLInOut'>
Trying <class 'MSProjectInOut.MSProjectInOut'>
Trying <class 'Report_HTMLInOut.Report_HTMLInOut'>
Trying <class 'TextInOut.TextInOut'>
returning output plugins :
[<class 'AboveBeyondInOut.AboveBeyondInOut'>,
<class 'HTMLInOut.HTMLInOut'>,
<class 'MSProjectInOut.MSProjectInOut'>,
<class 'Report_HTMLInOut.Report_HTMLInOut'>,
<class 'TextInOut.TextInOut'>]
returning input plugins : [<class 'TextInOut.TextInOut'>]
Listening on 127.0.0.1:9999
Waiting for a request...
Traceback (most recent call last):
   File "pdesk.pyw", line 77, in ?
   File "pdesk.pyw", line 72, in main
   File "pdesk.pyw", line 66, in initFile
   File "MainFrame.pyo", line 116, in initFile
   File "trace.pyo", line 58, in _debugOn
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in
position 88: ordinal not in range(128)

------------------------------------------------------------------

Andre

--- In progect@yahoogroups.com, "Rick Price" <rprice@...> wrote:
>
> Is the Python dll in the directory where the application was
installed?
>
>
>
> From: progect@yahoogroups.com [mailto:progect@yahoogroups.com] On
Behalf Of
> andre.vautour
> Sent: Tuesday, January 27, 2009 10:55
> To: progect@yahoogroups.com
> Subject: [progect] Re: Python22.dll
>
>
>
> Hi,
>
> I am using Version 0.8.5 (referred to as the Third Beta)
>
> Andre
>
> --- In progect@yahoogroups.com <mailto:progect%
40yahoogroups.com> , "Rick
> Price" <rprice@> wrote:
> >
> > What version of PDesk are you using?
> >
> >
> >
> > Rick
> >
> >
> >
> > From: progect@yahoogroups.com <mailto:progect%40yahoogroups.com>
> [mailto:progect@yahoogroups.com <mailto:progect%
40yahoogroups.com> ] On
> Behalf Of
> > andre.vautour
> > Sent: Monday, January 26, 2009 10:37
> > To: progect@yahoogroups.com <mailto:progect%40yahoogroups.com>
> > Subject: [progect] Python22.dll
> >
> >
> >
> > Hi,
> >
> > I installed pDesk on my PC to hotsync with Progect intalled on my
> Palm
> > Centro. However, when I try to run pDesk I get an error message
to
> the
> > effect that the application can't be loaded because pythonn22.dll
> can't
> > be found. The message suggests that reinstalling pDesk can
correct
> the
> > problem. I tried to reinstall pDesk to no avail.
> >
> > Please help.
> >
> > Thank you.
> >
> > Andre
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

#3466 From: "Rick Price" <rprice@...>
Date: Tue Jan 27, 2009 5:10 pm
Subject: RE: Re: Python22.dll
rickpricesil...
Offline Offline
Send Email Send Email
 
Is the Python dll in the directory where the application was installed?



From: progect@yahoogroups.com [mailto:progect@yahoogroups.com] On Behalf Of
andre.vautour
Sent: Tuesday, January 27, 2009 10:55
To: progect@yahoogroups.com
Subject: [progect] Re: Python22.dll



Hi,

I am using Version 0.8.5 (referred to as the Third Beta)

Andre

--- In progect@yahoogroups.com <mailto:progect%40yahoogroups.com> , "Rick
Price" <rprice@...> wrote:
>
> What version of PDesk are you using?
>
>
>
> Rick
>
>
>
> From: progect@yahoogroups.com <mailto:progect%40yahoogroups.com>
[mailto:progect@yahoogroups.com <mailto:progect%40yahoogroups.com> ] On
Behalf Of
> andre.vautour
> Sent: Monday, January 26, 2009 10:37
> To: progect@yahoogroups.com <mailto:progect%40yahoogroups.com>
> Subject: [progect] Python22.dll
>
>
>
> Hi,
>
> I installed pDesk on my PC to hotsync with Progect intalled on my
Palm
> Centro. However, when I try to run pDesk I get an error message to
the
> effect that the application can't be loaded because pythonn22.dll
can't
> be found. The message suggests that reinstalling pDesk can correct
the
> problem. I tried to reinstall pDesk to no avail.
>
> Please help.
>
> Thank you.
>
> Andre
>
>
>
>
>
> [Non-text portions of this message have been removed]
>





[Non-text portions of this message have been removed]

#3465 From: "andre.vautour" <avautour@...>
Date: Tue Jan 27, 2009 3:55 pm
Subject: Re: Python22.dll
andre.vautour
Offline Offline
Send Email Send Email
 
Hi,

I am using Version 0.8.5 (referred to as the Third Beta)

Andre

--- In progect@yahoogroups.com, "Rick Price" <rprice@...> wrote:
>
> What version of PDesk are you using?
>
>
>
> Rick
>
>
>
> From: progect@yahoogroups.com [mailto:progect@yahoogroups.com] On
Behalf Of
> andre.vautour
> Sent: Monday, January 26, 2009 10:37
> To: progect@yahoogroups.com
> Subject: [progect] Python22.dll
>
>
>
> Hi,
>
> I installed pDesk on my PC to hotsync with Progect intalled on my
Palm
> Centro. However, when I try to run pDesk I get an error message to
the
> effect that the application can't be loaded because pythonn22.dll
can't
> be found. The message suggests that reinstalling pDesk can correct
the
> problem. I tried to reinstall pDesk to no avail.
>
> Please help.
>
> Thank you.
>
> Andre
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

#3464 From: "Rick Price" <rprice@...>
Date: Mon Jan 26, 2009 7:44 pm
Subject: RE: Icons???
rickpricesil...
Offline Offline
Send Email Send Email
 
To put icons into Progect, you need to use a version compatible with the
kind of icons you are using. The older versions of Progect only handle black
and white icons, the newer Beta versions can do colour.



Te get the icons to work with PDesk, I believe you need to go to a utility
or file menu and load the icons, and it can only use one set at a time. The
icon file will need to exist somewhere accessible as a file share when you
run PDesk.



If you need more help, feel free to ask.



Rick



From: progect@yahoogroups.com [mailto:progect@yahoogroups.com] On Behalf Of
walafleurs@...
Sent: Monday, January 19, 2009 13:51
To: progect@yahoogroups.com
Subject: [progect] Icons???



How do I put icons on Progect? I can put icons on the trees in PDesk,
but they don't show up on Progect.

How do I get new icons for PDesk? I've tried to import new icons (I
grabbed tons when I got IconMgr) but I can't seem to get them on PDesk.

Thanks,

Inner Prop





[Non-text portions of this message have been removed]

#3463 From: "Rick Price" <rprice@...>
Date: Mon Jan 26, 2009 7:42 pm
Subject: RE: Python22.dll
rickpricesil...
Offline Offline
Send Email Send Email
 
What version of PDesk are you using?



Rick



From: progect@yahoogroups.com [mailto:progect@yahoogroups.com] On Behalf Of
andre.vautour
Sent: Monday, January 26, 2009 10:37
To: progect@yahoogroups.com
Subject: [progect] Python22.dll



Hi,

I installed pDesk on my PC to hotsync with Progect intalled on my Palm
Centro. However, when I try to run pDesk I get an error message to the
effect that the application can't be loaded because pythonn22.dll can't
be found. The message suggests that reinstalling pDesk can correct the
problem. I tried to reinstall pDesk to no avail.

Please help.

Thank you.

Andre





[Non-text portions of this message have been removed]

#3462 From: "andre.vautour" <avautour@...>
Date: Mon Jan 26, 2009 3:36 pm
Subject: Python22.dll
andre.vautour
Offline Offline
Send Email Send Email
 
Hi,

I installed pDesk on my PC to hotsync with Progect intalled on my Palm
Centro. However, when I try to run pDesk I get an error message to the
effect that the application can't be loaded because pythonn22.dll can't
be found. The message suggests that reinstalling pDesk can correct the
problem. I tried to reinstall pDesk to no avail.

Please help.

Thank you.

Andre

#3461 From: "walafleurs@..." <walafleurs@...>
Date: Mon Jan 19, 2009 6:50 pm
Subject: Icons???
walafleurs...
Offline Offline
Send Email Send Email
 
How do I put icons on Progect?  I can put icons on the trees in PDesk,
but they don't show up on Progect.

How do I get new icons for PDesk?  I've tried to import new icons (I
grabbed tons when I got IconMgr) but I can't seem to get them on PDesk.

Thanks,

Inner Prop

#3460 From: "rogue_ronin" <swordplay@...>
Date: Mon Aug 11, 2008 7:12 am
Subject: Re: Pdesk for Linux
rogue_ronin
Offline Offline
Send Email Send Email
 
Thank you everyone for your responses -- especially Rick!

I am in Thailand, so your offer to phone guide me probably wouldn't be
convenient or cheap for either of us! :)

The instructions on the web don't work -- at least not for me on
Ubuntu Hardy.  I tried them first before posting here, of course.

I'll just have to wait until something shifts, I guess.  I'm sure that
something will happen, don't know why. ;)

Anyhow, thanks again.

m a r

#3459 From: "rogue_ronin" <swordplay@...>
Date: Mon Aug 11, 2008 7:15 am
Subject: Re: geni version of progect
rogue_ronin
Offline Offline
Send Email Send Email
 
I'm not sure, but I think that fellow is in Korea.

I hope he does express interest in helping out.  And he must have
gotten it to compile somehow... :)

m a r



--- In progect@yahoogroups.com, Rick Price <rprice@...> wrote:
>
> The author seems to have made good changes.
>
> I will contact him in the next few days.
>
> One problem I have had with maintaining Progect, is that it will not
> compile with recent versions of the Palm libraries, due to the fact
that
> it uses a variable that is no longer available.
>
> The tree control that Progect uses, needs that variable to work.
>
> I would really like to either write or find a tree control for the Palm
> that works around that limitation (and others).
>
> The project is not *abandoned* in that I will still try to help out,
but
> I have very little time right now, and many of the problems need a
great
> deal of time to fix.
>
> Certainly the code could use some improvement as the website you
mention
> suggests. It is very hard to maintain.
>
> If there were others willing to help with coding, I would interested in
> making newer releases.
>
> Rick
>
> On Thu, 7 Aug 2008, rogue_ronin wrote:
>
> > I'm running this version of progect.  It feels snappy, and the author
> > claims that it is faster with todo linked projects.
> >
> > http://geni.ath.cx/palm.html#_Progect_g
> >
> > Somebody more in the know might approach him about maintaining the
> > project if it is abandoned (as I suspect but do not know. :) )
> >
> > m a r
> >
> >
>

#3458 From: "Judd Rogers" <juddrogers@...>
Date: Thu Aug 7, 2008 2:41 am
Subject: Re: Re: Pdesk for Linux
juddrogers@...
Send Email Send Email
 
The only automatic installer is for Windows.

Pdesk runs fine on Linux/Unix. Instructions are on the documentation site:
http://pdesk.sourceforge.net/NewDB/drupal-4.3.2/?q=node/view/2

I've not run pdesk on Linux in a while but the instructions should still be
good.

Judd


[Non-text portions of this message have been removed]

#3457 From: Rick Price <rprice@...>
Date: Thu Aug 7, 2008 2:40 am
Subject: Re: geni version of progect
rickpricesil...
Offline Offline
Send Email Send Email
 
The author seems to have made good changes.

I will contact him in the next few days.

One problem I have had with maintaining Progect, is that it will not
compile with recent versions of the Palm libraries, due to the fact that
it uses a variable that is no longer available.

The tree control that Progect uses, needs that variable to work.

I would really like to either write or find a tree control for the Palm
that works around that limitation (and others).

The project is not *abandoned* in that I will still try to help out, but
I have very little time right now, and many of the problems need a great
deal of time to fix.

Certainly the code could use some improvement as the website you mention
suggests. It is very hard to maintain.

If there were others willing to help with coding, I would interested in
making newer releases.

Rick

On Thu, 7 Aug 2008, rogue_ronin wrote:

> I'm running this version of progect.  It feels snappy, and the author
> claims that it is faster with todo linked projects.
>
> http://geni.ath.cx/palm.html#_Progect_g
>
> Somebody more in the know might approach him about maintaining the
> project if it is abandoned (as I suspect but do not know. :) )
>
> m a r
>
>

#3456 From: "rogue_ronin" <swordplay@...>
Date: Thu Aug 7, 2008 2:29 am
Subject: geni version of progect
rogue_ronin
Offline Offline
Send Email Send Email
 
I'm running this version of progect.  It feels snappy, and the author
claims that it is faster with todo linked projects.

http://geni.ath.cx/palm.html#_Progect_g

Somebody more in the know might approach him about maintaining the
project if it is abandoned (as I suspect but do not know. :) )

m a r

#3455 From: rprice@...
Date: Thu Aug 7, 2008 2:20 am
Subject: Re: Re: Pdesk for Linux
rickpricesil...
Offline Offline
Send Email Send Email
 
There is currently very little development going on because I am too busy with
work and family. I am however the maintainer.

SVN should be working, but I would have to check.

We had issues with wx in the past because the version shipped with Debian at the
time was somewhat old.

I believe I have updates that are not checked in to fix a problem, but would
need to revisit things because some of the underlying libraries have changed.

If you would like I can try and help you over the phone or via IM after work one
day (I'm EST) between August 17-21.

I use Ubuntu as well, so we would just plow through the problems together.
Sent from my BlackBerry device on the Rogers Wireless Network

-----Original Message-----
From: "rogue_ronin" <swordplay@...>

Date: Thu, 07 Aug 2008 02:04:55
To: <progect@yahoogroups.com>
Subject: [progect] Re: Pdesk for Linux


Hey all,

Thanks for the suggestions, but I agree with Jean-Baptiste (or I think
I do).  It seems overkill to install wine to run a windows version of
a python app.

I tried the SVN (from weeks ago, maybe months, that I had on disk)
because I couldn't get the SVN to work recently -- message from
sourceforge said that it had been turned off.

And I tried the source tarball from sourceforge, just to be thorough.
  The most recent zip file contains nothing but meta-files.  No source.
  So I went with the older version from sourceforge.

I'm not at home right now, but I remember that every time I tried to
run 'python pdesk.pyw' or whatever the appropriate command is, I got a
message about line 26 in pdesk.pyw not being able to include 'module
wx' or  wx-something-or-other.  Frustrating.

And yes, I did google trying to find a solution -- which involved
changing line 26 several times.  And I did install every package
available on synaptic that included wx in the name.  And I tried it
with all three versions of python available in synaptic.  So, really,
I put in the hours.

Not flying here.  Also downloading from source is a bit of overkill.
Just the functional python scripts would be enough (assuming they
work).  If someone knows what is necessary, and the directory
structure required that would be great.  Just drop it into my local
~/bin directory and I'm set.  If someone knows what must be included,
I would be glad to make such a tarball.

I presume that there is no current development going on, that we're
looking at the last of the updates in SVN, and that there is no one
maintaining the sourceforge site.  Am I wrong?

Thanks for any advice.

m a r

--- In progect@yahoogroups.com, rprice@... wrote:
>
> It works on Linux, but there isn't really an installer for Linux.
>
> The other option is to unpack a source distribution.
> Sent from my BlackBerry device on the Rogers Wireless Network
>
> -----Original Message-----
> From: "Jean-Baptiste BUTET" <ashashiwa@...>
>
> Date: Wed, 6 Aug 2008 17:40:52
> To: <progect@yahoogroups.com>
> Subject: Re: [progect] Re: Pdesk for Linux
>
>
> hi :)
>
> >> Can someone pull together a simplified install?  Or point me to one?
> >
> > Install wine, then download PDesk_Beta7_setup.exe to your desktop, and
> > double click on it. This version of Pdesk installs and runs just fine.
>
> Why choosing pythno and wxwindows for a Windows/wine only
> intall/working software ?
>
> Little I try, i didn't manage to run pdesk too.
>
> JB
>
>
>
> [Non-text portions of this message have been removed]
>





[Non-text portions of this message have been removed]

#3454 From: "rogue_ronin" <swordplay@...>
Date: Thu Aug 7, 2008 2:04 am
Subject: Re: Pdesk for Linux
rogue_ronin
Offline Offline
Send Email Send Email
 
Hey all,

Thanks for the suggestions, but I agree with Jean-Baptiste (or I think
I do).  It seems overkill to install wine to run a windows version of
a python app.

I tried the SVN (from weeks ago, maybe months, that I had on disk)
because I couldn't get the SVN to work recently -- message from
sourceforge said that it had been turned off.

And I tried the source tarball from sourceforge, just to be thorough.
  The most recent zip file contains nothing but meta-files.  No source.
  So I went with the older version from sourceforge.

I'm not at home right now, but I remember that every time I tried to
run 'python pdesk.pyw' or whatever the appropriate command is, I got a
message about line 26 in pdesk.pyw not being able to include 'module
wx' or  wx-something-or-other.  Frustrating.

And yes, I did google trying to find a solution -- which involved
changing line 26 several times.  And I did install every package
available on synaptic that included wx in the name.  And I tried it
with all three versions of python available in synaptic.  So, really,
I put in the hours.

Not flying here.  Also downloading from source is a bit of overkill.
Just the functional python scripts would be enough (assuming they
work).  If someone knows what is necessary, and the directory
structure required that would be great.  Just drop it into my local
~/bin directory and I'm set.  If someone knows what must be included,
I would be glad to make such a tarball.

I presume that there is no current development going on, that we're
looking at the last of the updates in SVN, and that there is no one
maintaining the sourceforge site.  Am I wrong?

Thanks for any advice.

m a r

--- In progect@yahoogroups.com, rprice@... wrote:
>
> It works on Linux, but there isn't really an installer for Linux.
>
> The other option is to unpack a source distribution.
> Sent from my BlackBerry device on the Rogers Wireless Network
>
> -----Original Message-----
> From: "Jean-Baptiste BUTET" <ashashiwa@...>
>
> Date: Wed, 6 Aug 2008 17:40:52
> To: <progect@yahoogroups.com>
> Subject: Re: [progect] Re: Pdesk for Linux
>
>
> hi :)
>
> >> Can someone pull together a simplified install?  Or point me to one?
> >
> > Install wine, then download PDesk_Beta7_setup.exe to your desktop, and
> > double click on it. This version of Pdesk installs and runs just fine.
>
> Why choosing pythno and wxwindows for a Windows/wine only
> intall/working software ?
>
> Little I try, i didn't manage to run pdesk too.
>
> JB
>
>
>
> [Non-text portions of this message have been removed]
>

#3453 From: rprice@...
Date: Wed Aug 6, 2008 3:57 pm
Subject: Re: Re: Pdesk for Linux
rickpricesil...
Offline Offline
Send Email Send Email
 
It works on Linux, but there isn't really an installer for Linux.

The other option is to unpack a source distribution.
Sent from my BlackBerry device on the Rogers Wireless Network

-----Original Message-----
From: "Jean-Baptiste BUTET" <ashashiwa@...>

Date: Wed, 6 Aug 2008 17:40:52
To: <progect@yahoogroups.com>
Subject: Re: [progect] Re: Pdesk for Linux


hi :)

>> Can someone pull together a simplified install?  Or point me to one?
>
> Install wine, then download PDesk_Beta7_setup.exe to your desktop, and
> double click on it. This version of Pdesk installs and runs just fine.

Why choosing pythno and wxwindows for a Windows/wine only
intall/working software ?

Little I try, i didn't manage to run pdesk too.

JB



[Non-text portions of this message have been removed]

#3452 From: "Jean-Baptiste BUTET" <ashashiwa@...>
Date: Wed Aug 6, 2008 3:40 pm
Subject: Re: Re: Pdesk for Linux
jb_butet
Offline Offline
Send Email Send Email
 
hi :)

>> Can someone pull together a simplified install?  Or point me to one?
>
> Install wine, then download PDesk_Beta7_setup.exe to your desktop, and
> double click on it. This version of Pdesk installs and runs just fine.

Why choosing pythno and wxwindows for a Windows/wine only
intall/working software ?

Little I try, i didn't manage to run pdesk too.

JB

#3451 From: "rhodgins190" <ehodgins@...>
Date: Sun Aug 3, 2008 1:20 pm
Subject: Re: Pdesk for Linux
rhodgins190
Offline Offline
Send Email Send Email
 
--- In progect@yahoogroups.com, "rogue_ronin" <swordplay@...> wrote:
>
> Hi, new user here,
>
> I'm running ubuntu, and I'm looking for a pdesk deb.  Or failing that,
> a simple install method.  The svn method leaves a pile of files
> everywhere, and I can't get it to work.
>
> Can someone pull together a simplified install?  Or point me to one?

Install wine, then download PDesk_Beta7_setup.exe to your desktop, and
double click on it. This version of Pdesk installs and runs just fine.

#3450 From: "Judd Rogers" <juddrogers@...>
Date: Sun Aug 3, 2008 5:57 pm
Subject: Re: Pdesk for Linux
juddrogers@...
Send Email Send Email
 
Look for instructions on installing on Linux/Unix on the documentation site
Rick referenced.
The instructions start from an svn checkout and get you to a working python
program.

Judd

On Sun, Aug 3, 2008 at 8:10 AM, Rick Price <rprice@...> wrote:

>   [snip]
> There should be information on a source package at pdesk.sourceforge.net,
> its on the right hand side.
>
>


--
Necessity is the plea for every infringement of human freedom.
It is the argument of tyrants; it is the creed of slaves.
-- William Pitt, 1783


[Non-text portions of this message have been removed]

#3449 From: Rick Price <rprice@...>
Date: Sun Aug 3, 2008 1:10 pm
Subject: Re: Pdesk for Linux
rickpricesil...
Offline Offline
Send Email Send Email
 
I don't believe there is a deb file, it would be nice to have one.

The svn method probably loads *everything*.

There should be information on a source package at pdesk.sourceforge.net,
its on the right hand side.

What problems were you having?


I can try and help you get things setup, I use Ubuntu as well, although
not frequently at the moment.

Rick


On Sat, 2 Aug 2008, rogue_ronin wrote:

> Hi, new user here,
>
> I'm running ubuntu, and I'm looking for a pdesk deb.  Or failing that,
> a simple install method.  The svn method leaves a pile of files
> everywhere, and I can't get it to work.
>
> Can someone pull together a simplified install?  Or point me to one?
>
> Thanks,
>
> m a r
>
>

#3448 From: "rogue_ronin" <swordplay@...>
Date: Sat Aug 2, 2008 7:00 am
Subject: Pdesk for Linux
rogue_ronin
Offline Offline
Send Email Send Email
 
Hi, new user here,

I'm running ubuntu, and I'm looking for a pdesk deb.  Or failing that,
a simple install method.  The svn method leaves a pile of files
everywhere, and I can't get it to work.

Can someone pull together a simplified install?  Or point me to one?

Thanks,

m a r

Messages 3448 - 3477 of 3477   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help