sepy-macdev Mailing List for SE|PY ASEditor (Page 4)
Brought to you by:
sephiroth_tmm
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(16) |
Aug
(41) |
Sep
(99) |
Oct
(4) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(51) |
Feb
(24) |
Mar
(4) |
Apr
|
May
|
Jun
(17) |
Jul
(39) |
Aug
(14) |
Sep
(12) |
Oct
(4) |
Nov
(2) |
Dec
(4) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jay M. <jay...@di...> - 2005-07-08 16:46:44
|
No, it is an AS file it is using a PreloadClass within that AS file. I can get it to compile in Flash with no errors... j On 7/8/05 11:37 AM, "alessandro crugnola" <wis...@se...> wrote: > Jay Myers wrote: > >> Hi, >> >> I wrote last night " Is there a way to use MTASC within Mac - Sepy?" >> I sent it before I was actually finished. I have it set up to work within >> SEPY, but I get an error... "Compile error [directory to file >> name/filename.as(15)]: characters 0-3 : parse error Unexpected var" >> >> Line 15 has >> var loader : Preloader = new Preloader (); >> Preloader is a Class I built - it is in the same directory as the AS file. >> It's strange I am not sure why this isn't working. >> >> Any where I have "var" it finds an error. What Am I doing wrong? >> >> j >> >> > > the file you're checking is a class? > mtasc checks only as2 classes/interfaces, not the old as1 flat files > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual > core and dual graphics technology at this free one hour event hosted by HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev Jay Myers Design Specialist Direct: 816.512.9547 DigitalEvergreen 423 West 8th Street Kansas City, MO 64105 www.digitalevergreen.com |
From: alessandro c. <wis...@se...> - 2005-07-08 16:37:38
|
Jay Myers wrote: >Hi, > >I wrote last night " Is there a way to use MTASC within Mac - Sepy?" >I sent it before I was actually finished. I have it set up to work within >SEPY, but I get an error... "Compile error [directory to file >name/filename.as(15)]: characters 0-3 : parse error Unexpected var" > >Line 15 has >var loader : Preloader = new Preloader (); >Preloader is a Class I built - it is in the same directory as the AS file. >It's strange I am not sure why this isn't working. > >Any where I have "var" it finds an error. What Am I doing wrong? > >j > > the file you're checking is a class? mtasc checks only as2 classes/interfaces, not the old as1 flat files |
From: Jay M. <jay...@di...> - 2005-07-08 16:31:03
|
Hi, I wrote last night " Is there a way to use MTASC within Mac - Sepy?" I sent it before I was actually finished. I have it set up to work within SEPY, but I get an error... "Compile error [directory to file name/filename.as(15)]: characters 0-3 : parse error Unexpected var" Line 15 has var loader : Preloader = new Preloader (); Preloader is a Class I built - it is in the same directory as the AS file. It's strange I am not sure why this isn't working. Any where I have "var" it finds an error. What Am I doing wrong? j On 7/8/05 11:15 AM, "alessandro crugnola" <wis...@se...> wrote: > alessandro crugnola wrote: > >> Ops, i'm really sorry for that. That was my first attempt using the >> package installer and i made some mistakes.. >> thanks for the test, hope next time i will be clever enough >> >> >> Nathan Frank wrote: >> >>> Hey there- >>> >>> >>> I installed it from the link you sent out. >>> I trashed my old sepy and the preferences from my user account >>> library(just to be safe). >>> Then I used the installer, and got the message "The software was >>> installed successfully." >>> >>> I'm running a 1.6 g5 with 1.25gb ram and osx 10.3.9 >>> >>> It did however change the permissions on my applications folder to >>> 700, owner admin, group wheel. >>> Since I don't log in as admin, that is problematic, I am unable to >>> access any applications with my current user account, Without access >>> to the Applications directory, You cant repair permissions either. >>> >>> With a little terminal action... >>> sudo chmod 755 ./Applications/ >>> Fixes the problem on accessing applications... I'll run a fix perms >>> later. >>> >>> Now to take it for a spin; It opens, without any errors.. Thats a >>> good sign. >>> >>> >>> Hope that helps. >>> >>> -Nate >>> >>> > > I've uploaded a new release on the sourceforge.net site: > http://sourceforge.net/project/showfiles.php?group_id=90749&package_id=131018 > > hope now it's better than before > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual > core and dual graphics technology at this free one hour event hosted by HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev Jay Myers Design Specialist Direct: 816.512.9547 DigitalEvergreen 423 West 8th Street Kansas City, MO 64105 www.digitalevergreen.com |
From: alessandro c. <wis...@se...> - 2005-07-08 16:15:28
|
alessandro crugnola wrote: > Ops, i'm really sorry for that. That was my first attempt using the > package installer and i made some mistakes.. > thanks for the test, hope next time i will be clever enough > > > Nathan Frank wrote: > >> Hey there- >> >> >> I installed it from the link you sent out. >> I trashed my old sepy and the preferences from my user account >> library(just to be safe). >> Then I used the installer, and got the message "The software was >> installed successfully." >> >> I'm running a 1.6 g5 with 1.25gb ram and osx 10.3.9 >> >> It did however change the permissions on my applications folder to >> 700, owner admin, group wheel. >> Since I don't log in as admin, that is problematic, I am unable to >> access any applications with my current user account, Without access >> to the Applications directory, You cant repair permissions either. >> >> With a little terminal action... >> sudo chmod 755 ./Applications/ >> Fixes the problem on accessing applications... I'll run a fix perms >> later. >> >> Now to take it for a spin; It opens, without any errors.. Thats a >> good sign. >> >> >> Hope that helps. >> >> -Nate >> >> I've uploaded a new release on the sourceforge.net site: http://sourceforge.net/project/showfiles.php?group_id=90749&package_id=131018 hope now it's better than before |
From: alessandro c. <wis...@se...> - 2005-07-08 07:07:45
|
Jay Myers wrote: >Is there a way to use MTASC within Mac - Sepy? > >jay > > >On 7/7/05 10:28 PM, "sep...@li..." ><sep...@li...> wrote: > > > yes, now it works |
From: Jay M. <jay...@di...> - 2005-07-08 04:10:52
|
Is there a way to use MTASC within Mac - Sepy? jay On 7/7/05 10:28 PM, "sep...@li..." <sep...@li...> wrote: > Send sepy-macdev mailing list submissions to > sep...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/sepy-macdev > or, via email, send a message with subject or body 'help' to > sep...@li... > > You can reach the person managing the list at > sep...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of sepy-macdev digest..." > > > Today's Topics: > > 1. started fixing mac version (alessandro crugnola) > 2. Re: started fixing mac version (Nathan Frank) > 3. Re: started fixing mac version (alessandro crugnola) > > --__--__-- > > Message: 1 > Date: Thu, 07 Jul 2005 17:51:11 +0200 > From: alessandro crugnola <wis...@se...> > To: sep...@li... > Subject: [SE|PY-macdev] started fixing mac version > Reply-To: sep...@li... > > Hi, > in these days i'm trying to get sepy works on my OSX10.4 > and i'm fixing a lot of platform related issue. > But before continue I would like to know if the installer I create works > too. > > If someone would like to test the installer, > there is a link (it will be updated everytime) at the bottom of this page: > http://www.sephiroth.it/phpwiki/index.php?pagename=SEPY > > thanks to all > > > --__--__-- > > Message: 2 > Date: Thu, 07 Jul 2005 11:22:17 -0500 > From: Nathan Frank <nf...@ha...> > To: sep...@li... > Subject: Re: [SE|PY-macdev] started fixing mac version > Reply-To: sep...@li... > > Hey there- > > > I installed it from the link you sent out. > I trashed my old sepy and the preferences from my user account > library(just to be safe). > Then I used the installer, and got the message "The software was > installed successfully." > > I'm running a 1.6 g5 with 1.25gb ram and osx 10.3.9 > > It did however change the permissions on my applications folder to 700, > owner admin, group wheel. > Since I don't log in as admin, that is problematic, I am unable to > access any applications with my current user account, Without access to > the Applications directory, You cant repair permissions either. > > With a little terminal action... > sudo chmod 755 ./Applications/ > Fixes the problem on accessing applications... I'll run a fix perms later. > > Now to take it for a spin; It opens, without any errors.. Thats a good > sign. > > > Hope that helps. > > -Nate > > > alessandro crugnola wrote: > >> Hi, >> in these days i'm trying to get sepy works on my OSX10.4 >> and i'm fixing a lot of platform related issue. >> But before continue I would like to know if the installer I create >> works too. >> >> If someone would like to test the installer, >> there is a link (it will be updated everytime) at the bottom of this >> page: >> http://www.sephiroth.it/phpwiki/index.php?pagename=SEPY >> >> thanks to all >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >> _______________________________________________ >> sepy-macdev mailing list >> sep...@li... >> https://lists.sourceforge.net/lists/listinfo/sepy-macdev > > > > > --__--__-- > > Message: 3 > Date: Thu, 07 Jul 2005 19:37:29 +0200 > From: alessandro crugnola <wis...@se...> > To: sep...@li... > Subject: Re: [SE|PY-macdev] started fixing mac version > Reply-To: sep...@li... > > Ops, i'm really sorry for that. That was my first attempt using the > package installer and i made some mistakes.. > thanks for the test, hope next time i will be clever enough > > > Nathan Frank wrote: > >> Hey there- >> >> >> I installed it from the link you sent out. >> I trashed my old sepy and the preferences from my user account >> library(just to be safe). >> Then I used the installer, and got the message "The software was >> installed successfully." >> >> I'm running a 1.6 g5 with 1.25gb ram and osx 10.3.9 >> >> It did however change the permissions on my applications folder to >> 700, owner admin, group wheel. >> Since I don't log in as admin, that is problematic, I am unable to >> access any applications with my current user account, Without access >> to the Applications directory, You cant repair permissions either. >> >> With a little terminal action... >> sudo chmod 755 ./Applications/ >> Fixes the problem on accessing applications... I'll run a fix perms >> later. >> >> Now to take it for a spin; It opens, without any errors.. Thats a >> good sign. >> >> >> Hope that helps. >> >> -Nate >> >> >> alessandro crugnola wrote: >> >>> Hi, >>> in these days i'm trying to get sepy works on my OSX10.4 >>> and i'm fixing a lot of platform related issue. >>> But before continue I would like to know if the installer I create >>> works too. >>> >>> If someone would like to test the installer, >>> there is a link (it will be updated everytime) at the bottom of this >>> page: >>> http://www.sephiroth.it/phpwiki/index.php?pagename=SEPY >>> >>> thanks to all >>> >>> >>> ------------------------------------------------------- >>> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >>> from IBM. Find simple to follow Roadmaps, straightforward articles, >>> informative Webcasts and more! Get everything you need to get up to >>> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >>> _______________________________________________ >>> sepy-macdev mailing list >>> sep...@li... >>> https://lists.sourceforge.net/lists/listinfo/sepy-macdev >> >> >> >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >> _______________________________________________ >> sepy-macdev mailing list >> sep...@li... >> https://lists.sourceforge.net/lists/listinfo/sepy-macdev >> > > > > > --__--__-- > > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev > > > End of sepy-macdev Digest Jay Myers Design Specialist Direct: 816.512.9547 DigitalEvergreen 423 West 8th Street Kansas City, MO 64105 www.digitalevergreen.com |
From: alessandro c. <wis...@se...> - 2005-07-07 17:37:40
|
Ops, i'm really sorry for that. That was my first attempt using the package installer and i made some mistakes.. thanks for the test, hope next time i will be clever enough Nathan Frank wrote: > Hey there- > > > I installed it from the link you sent out. > I trashed my old sepy and the preferences from my user account > library(just to be safe). > Then I used the installer, and got the message "The software was > installed successfully." > > I'm running a 1.6 g5 with 1.25gb ram and osx 10.3.9 > > It did however change the permissions on my applications folder to > 700, owner admin, group wheel. > Since I don't log in as admin, that is problematic, I am unable to > access any applications with my current user account, Without access > to the Applications directory, You cant repair permissions either. > > With a little terminal action... > sudo chmod 755 ./Applications/ > Fixes the problem on accessing applications... I'll run a fix perms > later. > > Now to take it for a spin; It opens, without any errors.. Thats a > good sign. > > > Hope that helps. > > -Nate > > > alessandro crugnola wrote: > >> Hi, >> in these days i'm trying to get sepy works on my OSX10.4 >> and i'm fixing a lot of platform related issue. >> But before continue I would like to know if the installer I create >> works too. >> >> If someone would like to test the installer, >> there is a link (it will be updated everytime) at the bottom of this >> page: >> http://www.sephiroth.it/phpwiki/index.php?pagename=SEPY >> >> thanks to all >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >> _______________________________________________ >> sepy-macdev mailing list >> sep...@li... >> https://lists.sourceforge.net/lists/listinfo/sepy-macdev > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev > |
From: Nathan F. <nf...@ha...> - 2005-07-07 16:22:28
|
Hey there- I installed it from the link you sent out. I trashed my old sepy and the preferences from my user account library(just to be safe). Then I used the installer, and got the message "The software was installed successfully." I'm running a 1.6 g5 with 1.25gb ram and osx 10.3.9 It did however change the permissions on my applications folder to 700, owner admin, group wheel. Since I don't log in as admin, that is problematic, I am unable to access any applications with my current user account, Without access to the Applications directory, You cant repair permissions either. With a little terminal action... sudo chmod 755 ./Applications/ Fixes the problem on accessing applications... I'll run a fix perms later. Now to take it for a spin; It opens, without any errors.. Thats a good sign. Hope that helps. -Nate alessandro crugnola wrote: > Hi, > in these days i'm trying to get sepy works on my OSX10.4 > and i'm fixing a lot of platform related issue. > But before continue I would like to know if the installer I create > works too. > > If someone would like to test the installer, > there is a link (it will be updated everytime) at the bottom of this > page: > http://www.sephiroth.it/phpwiki/index.php?pagename=SEPY > > thanks to all > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev |
From: alessandro c. <wis...@se...> - 2005-07-07 15:51:30
|
Hi, in these days i'm trying to get sepy works on my OSX10.4 and i'm fixing a lot of platform related issue. But before continue I would like to know if the installer I create works too. If someone would like to test the installer, there is a link (it will be updated everytime) at the bottom of this page: http://www.sephiroth.it/phpwiki/index.php?pagename=SEPY thanks to all |
From: Andrew E. <an...@ea...> - 2005-07-05 18:37:39
|
That is fantastic news. Good luck. :-D On 5 Jul 2005, at 04:34, sep...@li... wrote: > Send sepy-macdev mailing list submissions to > sep...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/sepy-macdev > or, via email, send a message with subject or body 'help' to > sep...@li... > > You can reach the person managing the list at > sep...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of sepy-macdev digest..." > > > Today's Topics: > > 1. R: [SE|PY-macdev] Re: sepy-macdev digest, fixes for -psn problem > and flush (Alessandro Crugnola *sephiroth*) > > --__--__-- > > Message: 1 > From: "Alessandro Crugnola *sephiroth*" <wis...@se...> > To: <sep...@li...> > Subject: R: [SE|PY-macdev] Re: sepy-macdev digest, fixes for -psn > problem and flush > Date: Mon, 4 Jul 2005 16:06:14 +0200 > Reply-To: sep...@li... > > Today finally my mac mini has arrived... > I hope to be able to install the python framework correctly asap and = > start porting this evening :) > > > Alessandro Crugnola - sephiroth > --------------------------------------------- > Macromedia Flash Team Volunteer > http://www.macromedia.com/go/team > Flash && PHP developer > ale...@se... > > *relax with SEPY http://www.sf.net/projects/sepy > --------------------------------------------- > =20 > > ::-----Messaggio originale----- > ::Da: sep...@li...=20 > ::[mailto:sep...@li...] Per conto di=20 > ::Loren Greenfield > ::Inviato: venerd=EC 1 luglio 2005 5.51 > ::A: sep...@li... > ::Oggetto: [SE|PY-macdev] Re: sepy-macdev digest, fixes for=20 > ::-psn problem and flush > :: > ::HI again, those are two things that I've managed to fix but=20 > ::haven' been=20 > ::put in the official version yet. > ::1) The -psn error is fixed by altering the setup_osx.py, when you > are=20 > ::building a package, to use the following: > :: > :: > ::myapp.name =3D'SEPY.app' # what to build > ::myapp.mainprogram=3D'main.pyw' # your app's main() > ::myapp.argv_emulation=3D1 #=20 > ::drag&dropped filenames show up in=20 > ::sys.argv > ::myapp.iconfile=3D'SEPY.icns' # file containing=20 > ::your app's=20 > ::icons > ::myapp.standalone=3D0 > :: > :: > :: > :: > ::I think it is the argv_emulation value that is change from 0. > ::You also need to adjust the rest of the file to point to all=20 > ::the files=20 > ::in the current build. > :: > :: > ::2) The Flush command trys to run a jsfl file that is dynamically=20 > ::created and the original way it trys to do this is, in effect, > like=20 > ::typing the filename in the terminal window and pressing enter. To > do=20 > ::this properly though, it needs to use the OS X "open" command. So=20 > ::instead of just reading "file475847.jsfl <enter>", it would=20 > ::read "open=20 > ::file475847.jsfl <enter>". > :: > ::I'm pretty sure I made a note about this on the bugs page at=20 > ::sourceforge.net but it hasn't been fixed officially, nor has the > bug=20 > ::been closed (probably for that reason), although I can confirm I > have=20 > ::got the Flush command going by making the above change. > :: > ::Loren Greenfield > :: > :: > :: > :: > ::On 1/07/2005, at 3:34 PM, > sep...@li...=20 > ::wrote: > :: > ::> 1. Re: sepy-macdev digest, Vol 1 #99 - 1 msg (Jay Myers) > ::> > ::> -- __--__-- > ::> > ::> Message: 1 > ::> Date: Wed, 29 Jun 2005 22:43:11 -0500 > ::> From: Jay Myers <jay...@di...> > ::> To: <sep...@li...> > ::> Subject: [SE|PY-macdev] Re: sepy-macdev digest, Vol 1 #99 - 1 msg > ::> Reply-To: sep...@li... > ::> > ::> Hi, > ::> > ::> I am running Panther 10.3.9 > ::> I am running into errors at launch.(-psn_0_13762561 the=20 > ::numbers after=20 > ::> "_0_" > ::> constantly change) I have found nothing on this in the list=20 > ::archive (at > ::> least it didn't come up on search). Also I am not able to=20 > ::use the Flush > ::> feature... I used the precompiled package. > ::> > ::> > ::> j > ::> > ::> > ::> > :: > :: > :: > ::------------------------------------------------------- > ::SF.Net email is sponsored by: Discover Easy Linux Migration > Strategies > ::from IBM. Find simple to follow Roadmaps, straightforward articles, > ::informative Webcasts and more! Get everything you need to get up to > ::speed, fast. = > http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclick > ::_______________________________________________ > ::sepy-macdev mailing list > ::sep...@li... > ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev > :: > > > > > > --__--__-- > > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev > > > End of sepy-macdev Digest > |
From: Alessandro C. *sephiroth* <wis...@se...> - 2005-07-04 14:06:39
|
Today finally my mac mini has arrived... I hope to be able to install the python framework correctly asap and = start porting this evening :) Alessandro Crugnola - sephiroth --------------------------------------------- Macromedia Flash Team Volunteer http://www.macromedia.com/go/team Flash && PHP developer ale...@se... *relax with SEPY http://www.sf.net/projects/sepy --------------------------------------------- =20 ::-----Messaggio originale----- ::Da: sep...@li...=20 ::[mailto:sep...@li...] Per conto di=20 ::Loren Greenfield ::Inviato: venerd=EC 1 luglio 2005 5.51 ::A: sep...@li... ::Oggetto: [SE|PY-macdev] Re: sepy-macdev digest, fixes for=20 ::-psn problem and flush :: ::HI again, those are two things that I've managed to fix but=20 ::haven' been=20 ::put in the official version yet. ::1) The -psn error is fixed by altering the setup_osx.py, when you are=20 ::building a package, to use the following: :: :: ::myapp.name =3D'SEPY.app' # what to build ::myapp.mainprogram=3D'main.pyw' # your app's main() ::myapp.argv_emulation=3D1 #=20 ::drag&dropped filenames show up in=20 ::sys.argv ::myapp.iconfile=3D'SEPY.icns' # file containing=20 ::your app's=20 ::icons ::myapp.standalone=3D0 :: :: :: :: ::I think it is the argv_emulation value that is change from 0. ::You also need to adjust the rest of the file to point to all=20 ::the files=20 ::in the current build. :: :: ::2) The Flush command trys to run a jsfl file that is dynamically=20 ::created and the original way it trys to do this is, in effect, like=20 ::typing the filename in the terminal window and pressing enter. To do=20 ::this properly though, it needs to use the OS X "open" command. So=20 ::instead of just reading "file475847.jsfl <enter>", it would=20 ::read "open=20 ::file475847.jsfl <enter>". :: ::I'm pretty sure I made a note about this on the bugs page at=20 ::sourceforge.net but it hasn't been fixed officially, nor has the bug=20 ::been closed (probably for that reason), although I can confirm I have=20 ::got the Flush command going by making the above change. :: ::Loren Greenfield :: :: :: :: ::On 1/07/2005, at 3:34 PM, sep...@li...=20 ::wrote: :: ::> 1. Re: sepy-macdev digest, Vol 1 #99 - 1 msg (Jay Myers) ::> ::> --__--__-- ::> ::> Message: 1 ::> Date: Wed, 29 Jun 2005 22:43:11 -0500 ::> From: Jay Myers <jay...@di...> ::> To: <sep...@li...> ::> Subject: [SE|PY-macdev] Re: sepy-macdev digest, Vol 1 #99 - 1 msg ::> Reply-To: sep...@li... ::> ::> Hi, ::> ::> I am running Panther 10.3.9 ::> I am running into errors at launch.(-psn_0_13762561 the=20 ::numbers after=20 ::> "_0_" ::> constantly change) I have found nothing on this in the list=20 ::archive (at ::> least it didn't come up on search). Also I am not able to=20 ::use the Flush ::> feature... I used the precompiled package. ::> ::> ::> j ::> ::> ::> :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by: Discover Easy Linux Migration Strategies ::from IBM. Find simple to follow Roadmaps, straightforward articles, ::informative Webcasts and more! Get everything you need to get up to ::speed, fast. = http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclick ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: |
From: Loren G. <se...@in...> - 2005-07-01 03:51:19
|
HI again, those are two things that I've managed to fix but haven' been put in the official version yet. 1) The -psn error is fixed by altering the setup_osx.py, when you are building a package, to use the following: myapp.name ='SEPY.app' # what to build myapp.mainprogram='main.pyw' # your app's main() myapp.argv_emulation=1 # drag&dropped filenames show up in sys.argv myapp.iconfile='SEPY.icns' # file containing your app's icons myapp.standalone=0 I think it is the argv_emulation value that is change from 0. You also need to adjust the rest of the file to point to all the files in the current build. 2) The Flush command trys to run a jsfl file that is dynamically created and the original way it trys to do this is, in effect, like typing the filename in the terminal window and pressing enter. To do this properly though, it needs to use the OS X "open" command. So instead of just reading "file475847.jsfl <enter>", it would read "open file475847.jsfl <enter>". I'm pretty sure I made a note about this on the bugs page at sourceforge.net but it hasn't been fixed officially, nor has the bug been closed (probably for that reason), although I can confirm I have got the Flush command going by making the above change. Loren Greenfield On 1/07/2005, at 3:34 PM, sep...@li... wrote: > 1. Re: sepy-macdev digest, Vol 1 #99 - 1 msg (Jay Myers) > > --__--__-- > > Message: 1 > Date: Wed, 29 Jun 2005 22:43:11 -0500 > From: Jay Myers <jay...@di...> > To: <sep...@li...> > Subject: [SE|PY-macdev] Re: sepy-macdev digest, Vol 1 #99 - 1 msg > Reply-To: sep...@li... > > Hi, > > I am running Panther 10.3.9 > I am running into errors at launch.(-psn_0_13762561 the numbers after > "_0_" > constantly change) I have found nothing on this in the list archive (at > least it didn't come up on search). Also I am not able to use the Flush > feature... I used the precompiled package. > > > j > > > |
From: Jay M. <jay...@di...> - 2005-06-30 03:47:03
|
Hi, I am running Panther 10.3.9 I am running into errors at launch.(-psn_0_13762561 the numbers after "_0_" constantly change) I have found nothing on this in the list archive (at least it didn't come up on search). Also I am not able to use the Flush feature... I used the precompiled package. j > > > Today's Topics: > > 1. Re: sepy-macdev digest, bug/annoyances list (Loren Greenfield) > > --__--__-- > > Message: 1 > From: Loren Greenfield <se...@in...> > Date: Wed, 29 Jun 2005 15:57:18 +1200 > To: sep...@li... > Subject: [SE|PY-macdev] Re: sepy-macdev digest, bug/annoyances list > Reply-To: sep...@li... > > Hi, > > I have what seems a stable version of Sepy running but I have a couple > of bugs/annoyances that I have brought up before and will mention again > below: > > > 1: If there is nothing in the clipboard or non-text in the clipboard, > sepy brings up errors. > > 2: Scrollbars - when you open a new document, the vertical scrollbar is > about 10 pixels off centre and the horizontal scrollbar is about 100 > pixels below the document. What is annoying about this is that when > resizing the window, the scroll bars will not shrink down to any size > less than where they were when you opened the document. This means that > you have to make your window small before you open the document, then > make it bigger. > > > > I'm sure there are more things that don't work but these two are the > big ones for me. > > > My Setup is: > > Sepy 1.0.6.5 > Panther 10.3.9 > Python 2.4 > psyco 1.4 > not sure which 4Suite version > PyXML-0.8.4 > wxPython 2.5.3.1 > pyRXP 1.05 > > > > > > I built from source but have also managed to alter the setup_osx.py > file and run it to create a nice working package. It uses python > externally though as I never had any luck embedding python 2.4 in the > package. > > > > Loren Greenfield > > > > > > On 29/06/2005, at 3:27 PM, sep...@li... > wrote: > >> Hi to all. >> >> In the few next days, I'll be starting a mac osX port of sepy 1.7x. >> >> It would be very helpful if mac os x users could reply to this post so >> that= >> =20 >> we can compile a small bug/annoyances list, so that I know better what >> has= >> =20 >> to be fixed first. >> >> It would be great if you could include with your request / reports: >> 1) are you running from source code or the precompiled package? >> if you are running from source, what version of the wx framework are >> you=20 >> using? >> 2) which osX are you using: panther, tiger? >> >> I guess that's it. >> >> Thanks a lot,=20 >> Arthur Debert > > > > > --__--__-- > > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev > > > End of sepy-macdev Digest Jay Myers Design Specialist Direct: 816.512.9547 DigitalEvergreen 423 West 8th Street Kansas City, MO 64105 www.digitalevergreen.com |
From: Loren G. <se...@in...> - 2005-06-29 03:57:32
|
Hi, I have what seems a stable version of Sepy running but I have a couple of bugs/annoyances that I have brought up before and will mention again below: 1: If there is nothing in the clipboard or non-text in the clipboard, sepy brings up errors. 2: Scrollbars - when you open a new document, the vertical scrollbar is about 10 pixels off centre and the horizontal scrollbar is about 100 pixels below the document. What is annoying about this is that when resizing the window, the scroll bars will not shrink down to any size less than where they were when you opened the document. This means that you have to make your window small before you open the document, then make it bigger. I'm sure there are more things that don't work but these two are the big ones for me. My Setup is: Sepy 1.0.6.5 Panther 10.3.9 Python 2.4 psyco 1.4 not sure which 4Suite version PyXML-0.8.4 wxPython 2.5.3.1 pyRXP 1.05 I built from source but have also managed to alter the setup_osx.py file and run it to create a nice working package. It uses python externally though as I never had any luck embedding python 2.4 in the package. Loren Greenfield On 29/06/2005, at 3:27 PM, sep...@li... wrote: > Hi to all. > > In the few next days, I'll be starting a mac osX port of sepy 1.7x. > > It would be very helpful if mac os x users could reply to this post so > that= > =20 > we can compile a small bug/annoyances list, so that I know better what > has= > =20 > to be fixed first. > > It would be great if you could include with your request / reports: > 1) are you running from source code or the precompiled package? > if you are running from source, what version of the wx framework are > you=20 > using? > 2) which osX are you using: panther, tiger? > > I guess that's it. > > Thanks a lot,=20 > Arthur Debert |
From: Ashley M. <as...@gv...> - 2005-06-29 02:07:49
|
Hi, played around a bit with some earlier builds but never managaged to get a good build running. got pretty stuck with python versioning and mapping wx into the correct python binary. I am listening to this list though and am willing to help as time permits. Using OS 10.3.9 or a clean install of 10.4 so am happy to test. Ashley http://www.mindeater.com |
From: Michael T. <mt...@mo...> - 2005-06-28 18:45:42
|
haven't used sepy for a while. it was a little too rough around the edges on os x for my taste. (I'm a designer). I'm using tiger. I'll give it another shot when you get it up and running. thanks - Michael On Jun 28, 2005, at 1:03 PM, Arthur Debert wrote: > Hi to all. > > In the few next days, I'll be starting a mac osX port of sepy 1.7x. > > It would be very helpful if mac os x users could reply to this post > so that we can compile a small bug/annoyances list, so that I know > better what has to be fixed first. > > It would be great if you could include with your request / reports: > 1) are you running from source code or the precompiled package? > if you are running from source, what version of the wx framework > are you using? > 2) which osX are you using: panther, tiger? > > I guess that's it. > > Thanks a lot, > Arthur Debert > |
From: Arthur D. <de...@gm...> - 2005-06-28 17:03:55
|
Hi to all. In the few next days, I'll be starting a mac osX port of sepy 1.7x. It would be very helpful if mac os x users could reply to this post so that= =20 we can compile a small bug/annoyances list, so that I know better what has= =20 to be fixed first. It would be great if you could include with your request / reports: 1) are you running from source code or the precompiled package? if you are running from source, what version of the wx framework are you=20 using? 2) which osX are you using: panther, tiger? I guess that's it. Thanks a lot,=20 Arthur Debert |
From: Stefano M. <s.m...@sa...> - 2005-06-28 08:29:40
|
Hi there, I'm an early times Mac user and I'd love very much to experience a robust OSX version of Sepy. Although I'm not a programmer in terms of low level applications, I might help in this project with some graphics (I'm art director here in Saatchi Rome). Whatever, fun with AS 2.0 sm. Il giorno 28/giu/05, alle 05:15, sep...@li... ha scritto: > Send sepy-macdev mailing list submissions to > sep...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/sepy-macdev > or, via email, send a message with subject or body 'help' to > sep...@li... > > You can reach the person managing the list at > sep...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of sepy-macdev digest..." > > > Today's Topics: > > 1. Re: hello, sepy2, osX port (Willem van den Goorbergh) > 2. R: [SE|PY-macdev] hello, sepy2, osX port (Alessandro Crugnola > *sephiroth*) > 3. Mac Sepy Please (Andrew Eatherington) > 4. Re: R: [SE|PY-macdev] hello, sepy2, osX port (Arthur Debert) > 5. R: R: [SE|PY-macdev] hello, sepy2, osX port (Alessandro Crugnola > *sephiroth*) > 6. Re: R: R: [SE|PY-macdev] hello, sepy2, osX port (Arthur Debert) > > --__--__-- > > Message: 1 > From: Willem van den Goorbergh <geo...@ge...> > Subject: Re: [SE|PY-macdev] hello, sepy2, osX port > Date: Mon, 27 Jun 2005 10:29:25 +0200 > To: sep...@li... > Reply-To: sep...@li... > > Hi Arthur, > I'm very interested in Sepy in the Mac. (I'm a Mac user since 1989.) > I know nothing of programming though. > So I'm afraid you, and of course Alessandro, have to do with my moral > support. > Maybe in the future I can help with localizing Sepy? > Keep up the good work! > Willem van den Goorbergh > > Op 24-jun-05 om 18:08 heeft Arthur Debert het volgende geschreven: > >> Hi there. >> >> I just switched to a mac, and I love it. The only thing lacking in my >> setup now is to get sepy working right. >> >> This list has had little traffic lately, and I would like to asses how >> many people would like to get sepy running on osx. >> >> How many people here are python developers, meaning who would/could be >> willing to help on the mac port? >> >> Since sepy2 is on the works, maybe we should focus on getting it to >> run on osx, and forget about sepy1.x. >> Alessandro has stated that he has no mac to test the code, so we have >> to help him on that. >> >> So, are there people interested in running sepy on osx? How many here >> are developers? Anyone with experience porting wx applications from >> win32 to osX? >> >> I've just checked out sepy2 source code, and it appears it would be a >> bit of a trouble to port it to the mac, but since the problems are >> pretty much predictable (file paths, images files and the like) once >> we get the hang of it , it will probably be straight forward enough to >> keep an osx version going. >> >> Thanks, >> >> > > =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= > Geografiek is a Dutch, Utrecht-based map and chart design company. > Willem van den Goorbergh can be contacted by telephone: (+31)30-2719512 > or cell phone: (+31)6-26372378 > or by fax: (+31)302719687 > snail mail: Hooghiemstraplein 89 3514 AX UTRECHT > Visit our website at: http://www.geografiek.nl > =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= > > > > --__--__-- > > Message: 2 > From: "Alessandro Crugnola *sephiroth*" <wis...@se...> > To: <sep...@li...> > Subject: R: [SE|PY-macdev] hello, sepy2, osX port > Date: Mon, 27 Jun 2005 10:42:51 +0100 > Reply-To: sep...@li... > > I hope my mac mini will arrive this week so i can start make the osx = > port.. > BTW, I bought it first of all for make the port of sepy2, which is in = > the way. We've already finished the plugin system, and now > we're working of the GUI interface > > Alessandro Crugnola - sephiroth > --------------------------------------------- > Macromedia Flash Team Volunteer > http://www.macromedia.com/go/team > Flash && PHP developer > ale...@se... > > *relax with SEPY http://www.sf.net/projects/sepy > --------------------------------------------- > =20 > > ::-----Messaggio originale----- > ::Da: sep...@li...=20 > ::[mailto:sep...@li...] Per conto di=20 > ::Willem van den Goorbergh > ::Inviato: luned=EC 27 giugno 2005 9.29 > ::A: sep...@li... > ::Oggetto: Re: [SE|PY-macdev] hello, sepy2, osX port > :: > ::Hi Arthur, > ::I'm very interested in Sepy in the Mac. (I'm a Mac user since 1989.) > ::I know nothing of programming though. > ::So I'm afraid you, and of course Alessandro, have to do with my > moral=20 > ::support. > ::Maybe in the future I can help with localizing Sepy? > ::Keep up the good work! > ::Willem van den Goorbergh > :: > ::Op 24-jun-05 om 18:08 heeft Arthur Debert het volgende geschreven: > :: > ::> Hi there. > ::> > ::> I just switched to a mac, and I love it. The only thing=20 > ::lacking in my > ::> setup now is to get sepy working right. > ::> > ::> This list has had little traffic lately, and I would like=20 > ::to asses how > ::> many people would like to get sepy running on osx. > ::> > ::> How many people here are python developers, meaning who=20 > ::would/could be > ::> willing to help on the mac port? > ::> > ::> Since sepy2 is on the works, maybe we should focus on getting it to > ::> run on osx, and forget about sepy1.x. > ::> Alessandro has stated that he has no mac to test the code,=20 > ::so we have > ::> to help him on that. > ::> > ::> So, are there people interested in running sepy on osx? How=20 > ::many here > ::> are developers? Anyone with experience porting wx applications from > ::> win32 to osX? > ::> > ::> I've just checked out sepy2 source code, and it appears it=20 > ::would be a > ::> bit of a trouble to port it to the mac, but since the problems are > ::> pretty much predictable (file paths, images files and the like) > once > ::> we get the hang of it , it will probably be straight=20 > ::forward enough to > ::> keep an osx version going. > ::> > ::> Thanks, > ::> > ::> > :: > :: > =3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D > = > > ::Geografiek is a Dutch, Utrecht-based map and chart design company. > ::Willem van den Goorbergh can be contacted by telephone:=20 > ::(+31)30-2719512=20 > ::or cell phone: (+31)6-26372378 > ::or by fax: (+31)302719687 > ::snail mail: Hooghiemstraplein 89 3514 AX UTRECHT > ::Visit our website at: http://www.geografiek.nl > :: > =3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D > = > > :: > :: > :: > ::------------------------------------------------------- > ::SF.Net email is sponsored by: Discover Easy Linux Migration > Strategies > ::from IBM. Find simple to follow Roadmaps, straightforward articles, > ::informative Webcasts and more! Get everything you need to get up to > ::speed, fast. = > http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclick > ::_______________________________________________ > ::sepy-macdev mailing list > ::sep...@li... > ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev > :: > > > > > --__--__-- > > Message: 3 > To: sep...@li... > From: Andrew Eatherington <and...@ze...> > Date: Mon, 27 Jun 2005 11:56:03 +0100 > Subject: [SE|PY-macdev] Mac Sepy Please > Reply-To: sep...@li... > > Hi all, can I add myself to the list of people who would like Sepy on a > Mac. > > I tried to help out a while back but without any knowledge of the > python framework I fell at the first post. However, I am willing to > help if I can. > > All the best, > Andrew > > > > --__--__-- > > Message: 4 > Date: Mon, 27 Jun 2005 14:25:46 -0300 > From: Arthur Debert <de...@gm...> > To: sep...@li... > Subject: Re: R: [SE|PY-macdev] hello, sepy2, osX port > Reply-To: sep...@li... > > Hi Alessandro. > > Listen, I am working on a python-wx application for the mac, and I had > a bad experience with py2app (mac's version of py2exec) that I wanted > to share with you. > > I am running tiger (osx 10.4), and the bad news is that if I make an > application on tiger, it will only run on tiger, no earlier versions > of the os. > What I wanted you to know is this, if your mac comes with panther, and > you upgrade to tiger, you will only be able to package apps for tiger. > On the other hand, if you package it with panther, it will run on > panther and tiger, covering most of the user base. > > I think, I'm not sure though, that when you upgrade to tiger, there's > an option to keep panther on the hard disk, and you can boot to it. If > that's possible that will solve all these issues. > > So, if your mac comes with panther and you decide not to upgrade, if > we need a custom build for tiger, I will be happy to provide it. > > That's it,=20 > > cheers > Arthur > > p.s.: I understand this is not py2app's fault, they are doing a > terrific job, but still it is so inconvenient... > > 2005/6/27, Alessandro Crugnola *sephiroth* <wis...@se...>: >> I hope my mac mini will arrive this week so i can start make the osx >> port= > .. >> BTW, I bought it first of all for make the port of sepy2, which is in >> the= > way. We've already finished the plugin system, and now >> we're working of the GUI interface >> =20 >> Alessandro Crugnola - sephiroth >> --------------------------------------------- >> Macromedia Flash Team Volunteer >> http://www.macromedia.com/go/team >> Flash && PHP developer >> ale...@se... >> =20 >> *relax with SEPY http://www.sf.net/projects/sepy >> --------------------------------------------- >> =20 >> ::-----Messaggio originale----- >> ::Da: sep...@li... >> ::[mailto:sep...@li...] Per conto di >> ::Willem van den Goorbergh >> ::Inviato: luned=EC 27 giugno 2005 9.29 >> ::A: sep...@li... >> ::Oggetto: Re: [SE|PY-macdev] hello, sepy2, osX port >> :: >> ::Hi Arthur, >> ::I'm very interested in Sepy in the Mac. (I'm a Mac user since 1989.) >> ::I know nothing of programming though. >> ::So I'm afraid you, and of course Alessandro, have to do with my >> moral >> ::support. >> ::Maybe in the future I can help with localizing Sepy? >> ::Keep up the good work! >> ::Willem van den Goorbergh >> :: >> ::Op 24-jun-05 om 18:08 heeft Arthur Debert het volgende geschreven: >> :: >> ::> Hi there. >> ::> >> ::> I just switched to a mac, and I love it. The only thing >> ::lacking in my >> ::> setup now is to get sepy working right. >> ::> >> ::> This list has had little traffic lately, and I would like >> ::to asses how >> ::> many people would like to get sepy running on osx. >> ::> >> ::> How many people here are python developers, meaning who >> ::would/could be >> ::> willing to help on the mac port? >> ::> >> ::> Since sepy2 is on the works, maybe we should focus on getting it >> to >> ::> run on osx, and forget about sepy1.x. >> ::> Alessandro has stated that he has no mac to test the code, >> ::so we have >> ::> to help him on that. >> ::> >> ::> So, are there people interested in running sepy on osx? How >> ::many here >> ::> are developers? Anyone with experience porting wx applications >> from >> ::> win32 to osX? >> ::> >> ::> I've just checked out sepy2 source code, and it appears it >> ::would be a >> ::> bit of a trouble to port it to the mac, but since the problems are >> ::> pretty much predictable (file paths, images files and the like) >> once >> ::> we get the hang of it , it will probably be straight >> ::forward enough to >> ::> keep an osx version going. >> ::> >> ::> Thanks, >> ::> >> ::> >> :: >> :: >> =3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3 >> D >> ::Geografiek is a Dutch, Utrecht-based map and chart design company. >> ::Willem van den Goorbergh can be contacted by telephone: >> ::(+31)30-2719512 >> ::or cell phone: (+31)6-26372378 >> ::or by fax: (+31)302719687 >> ::snail mail: Hooghiemstraplein 89 3514 AX UTRECHT >> ::Visit our website at: http://www.geografiek.nl >> :: >> =3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3 >> D >> :: >> :: >> :: >> ::------------------------------------------------------- >> ::SF.Net email is sponsored by: Discover Easy Linux Migration >> Strategies >> ::from IBM. Find simple to follow Roadmaps, straightforward articles, >> ::informative Webcasts and more! Get everything you need to get up to >> ::speed, fast. >> http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dcl= > ick >> ::_______________________________________________ >> ::sepy-macdev mailing list >> ::sep...@li... >> ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev >> :: >> =20 >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&opclick >> _______________________________________________ >> sepy-macdev mailing list >> sep...@li... >> https://lists.sourceforge.net/lists/listinfo/sepy-macdev >> > > > --__--__-- > > Message: 5 > From: "Alessandro Crugnola *sephiroth*" <wis...@se...> > To: <sep...@li...> > Subject: R: R: [SE|PY-macdev] hello, sepy2, osX port > Date: Mon, 27 Jun 2005 19:58:05 +0100 > Reply-To: sep...@li... > > Thank you ery much for the *bad news.. > In fact my mac comes with tiger. > But reading your post i understand that only the py2app suffers of > this = > os version issue.=20 > Can you confirm that the wx framework has not compatibility problems? > Because first of all I need to fix all the code problems of sepy under > = > mac. Then, only when I can see that almost everything is ok, > i can start thinking, and going crazy, to the installer. > > Thanks! > > > Alessandro Crugnola - sephiroth > --------------------------------------------- > Macromedia Flash Team Volunteer > http://www.macromedia.com/go/team > Flash && PHP developer > ale...@se... > > *relax with SEPY http://www.sf.net/projects/sepy > --------------------------------------------- > =20 > > ::-----Messaggio originale----- > ::Da: sep...@li...=20 > ::[mailto:sep...@li...] Per conto di=20 > ::Arthur Debert > ::Inviato: luned=EC 27 giugno 2005 18.26 > ::A: sep...@li... > ::Oggetto: Re: R: [SE|PY-macdev] hello, sepy2, osX port > :: > ::Hi Alessandro. > :: > ::Listen, I am working on a python-wx application for the mac, and I > had > ::a bad experience with py2app (mac's version of py2exec) that I wanted > ::to share with you. > :: > ::I am running tiger (osx 10.4), and the bad news is that if I make an > ::application on tiger, it will only run on tiger, no earlier versions > ::of the os. > ::What I wanted you to know is this, if your mac comes with panther, > and > ::you upgrade to tiger, you will only be able to package apps for > tiger. > ::On the other hand, if you package it with panther, it will run on > ::panther and tiger, covering most of the user base. > :: > ::I think, I'm not sure though, that when you upgrade to tiger, there's > ::an option to keep panther on the hard disk, and you can boot to it. > If > ::that's possible that will solve all these issues. > :: > ::So, if your mac comes with panther and you decide not to upgrade, if > ::we need a custom build for tiger, I will be happy to provide it. > :: > ::That's it,=20 > :: > ::cheers > ::Arthur > :: > ::p.s.: I understand this is not py2app's fault, they are doing a > ::terrific job, but still it is so inconvenient... > :: > ::2005/6/27, Alessandro Crugnola *sephiroth* <wis...@se...>: > ::> I hope my mac mini will arrive this week so i can start=20 > ::make the osx port.. > ::> BTW, I bought it first of all for make the port of sepy2,=20 > ::which is in the way. We've already finished the plugin system, and > now > ::> we're working of the GUI interface > ::>=20 > ::> Alessandro Crugnola - sephiroth > ::> --------------------------------------------- > ::> Macromedia Flash Team Volunteer > ::> http://www.macromedia.com/go/team > ::> Flash && PHP developer > ::> ale...@se... > ::>=20 > ::> *relax with SEPY http://www.sf.net/projects/sepy > ::> --------------------------------------------- > ::>=20 > ::> ::-----Messaggio originale----- > ::> ::Da: sep...@li... > ::> ::[mailto:sep...@li...] Per conto di > ::> ::Willem van den Goorbergh > ::> ::Inviato: luned=EC 27 giugno 2005 9.29 > ::> ::A: sep...@li... > ::> ::Oggetto: Re: [SE|PY-macdev] hello, sepy2, osX port > ::> :: > ::> ::Hi Arthur, > ::> ::I'm very interested in Sepy in the Mac. (I'm a Mac user=20 > ::since 1989.) > ::> ::I know nothing of programming though. > ::> ::So I'm afraid you, and of course Alessandro, have to do=20 > ::with my moral > ::> ::support. > ::> ::Maybe in the future I can help with localizing Sepy? > ::> ::Keep up the good work! > ::> ::Willem van den Goorbergh > ::> :: > ::> ::Op 24-jun-05 om 18:08 heeft Arthur Debert het volgende > geschreven: > ::> :: > ::> ::> Hi there. > ::> ::> > ::> ::> I just switched to a mac, and I love it. The only thing > ::> ::lacking in my > ::> ::> setup now is to get sepy working right. > ::> ::> > ::> ::> This list has had little traffic lately, and I would like > ::> ::to asses how > ::> ::> many people would like to get sepy running on osx. > ::> ::> > ::> ::> How many people here are python developers, meaning who > ::> ::would/could be > ::> ::> willing to help on the mac port? > ::> ::> > ::> ::> Since sepy2 is on the works, maybe we should focus on=20 > ::getting it to > ::> ::> run on osx, and forget about sepy1.x. > ::> ::> Alessandro has stated that he has no mac to test the code, > ::> ::so we have > ::> ::> to help him on that. > ::> ::> > ::> ::> So, are there people interested in running sepy on osx? How > ::> ::many here > ::> ::> are developers? Anyone with experience porting wx=20 > ::applications from > ::> ::> win32 to osX? > ::> ::> > ::> ::> I've just checked out sepy2 source code, and it appears it > ::> ::would be a > ::> ::> bit of a trouble to port it to the mac, but since the=20 > ::problems are > ::> ::> pretty much predictable (file paths, images files and=20 > ::the like) once > ::> ::> we get the hang of it , it will probably be straight > ::> ::forward enough to > ::> ::> keep an osx version going. > ::> ::> > ::> ::> Thanks, > ::> ::> > ::> ::> > ::> :: > ::> = > :: > =3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D > = > > ::> ::Geografiek is a Dutch, Utrecht-based map and chart design > company. > ::> ::Willem van den Goorbergh can be contacted by telephone: > ::> ::(+31)30-2719512 > ::> ::or cell phone: (+31)6-26372378 > ::> ::or by fax: (+31)302719687 > ::> ::snail mail: Hooghiemstraplein 89 3514 AX UTRECHT > ::> ::Visit our website at: http://www.geografiek.nl > ::> = > :: > =3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D > = > > ::> :: > ::> :: > ::> :: > ::> ::------------------------------------------------------- > ::> ::SF.Net email is sponsored by: Discover Easy Linux=20 > ::Migration Strategies > ::> ::from IBM. Find simple to follow Roadmaps, straightforward=20 > ::articles, > ::> ::informative Webcasts and more! Get everything you need to=20 > ::get up to > ::> ::speed, fast.=20 > ::http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclick > ::> ::_______________________________________________ > ::> ::sepy-macdev mailing list > ::> ::sep...@li... > ::> ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::> :: > ::>=20 > ::> ------------------------------------------------------- > ::> SF.Net email is sponsored by: Discover Easy Linux Migration=20 > ::Strategies > ::> from IBM. Find simple to follow Roadmaps, straightforward articles, > ::> informative Webcasts and more! Get everything you need to get up to > ::> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&opclick > ::> _______________________________________________ > ::> sepy-macdev mailing list > ::> sep...@li... > ::> https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::> > :: > :: > ::------------------------------------------------------- > ::SF.Net email is sponsored by: Discover Easy Linux Migration > Strategies > ::from IBM. Find simple to follow Roadmaps, straightforward articles, > ::informative Webcasts and more! Get everything you need to get up to > ::speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=CCk > ::_______________________________________________ > ::sepy-macdev mailing list > ::sep...@li... > ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev > :: > > > > > --__--__-- > > Message: 6 > Date: Mon, 27 Jun 2005 17:00:48 -0300 > From: Arthur Debert <de...@gm...> > To: sep...@li... > Subject: Re: R: R: [SE|PY-macdev] hello, sepy2, osX port > Reply-To: sep...@li... > > Hi Alessandro. > > Yes, the wx framework runs without a glitch. I've been using 2.5 and > 2.6 and both work great. > > The thing thought is that there are some issues with apple's version > of python. Tiger ships with python2.35, if I am not mistaken sepy uses > 2.4 right? > > What I did here is that I downloaded macpython2.4, then installed the > other frameworks (wx, 4suite, elementTree, etc) on the 2.4 install. It > works great. Oh, there is a hack to make it work alright here > (http://undefined.org/python/#TigerPython23Compat) . > > It's pretty straight forward actually. I am sure you will find it easy. > > Also, I've been albe to use py2app with wx, so I guess you will be > apple to package sepy ... > > As for panther support, probably someone on the list can build it, > they just need to have all frameworks installed, then checkout from > the cvs rep, and build it. > > Great. Excited about getting sepy to run smoothly on the mac. > > Take care,=20 > arthur > > > > --__--__-- > > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev > > > End of sepy-macdev Digest > |
From: Arthur D. <de...@gm...> - 2005-06-27 20:01:28
|
Hi Alessandro. Yes, the wx framework runs without a glitch. I've been using 2.5 and 2.6 and both work great. The thing thought is that there are some issues with apple's version of python. Tiger ships with python2.35, if I am not mistaken sepy uses 2.4 right? What I did here is that I downloaded macpython2.4, then installed the other frameworks (wx, 4suite, elementTree, etc) on the 2.4 install. It works great. Oh, there is a hack to make it work alright here (http://undefined.org/python/#TigerPython23Compat) . It's pretty straight forward actually. I am sure you will find it easy. Also, I've been albe to use py2app with wx, so I guess you will be apple to package sepy ... As for panther support, probably someone on the list can build it, they just need to have all frameworks installed, then checkout from the cvs rep, and build it. Great. Excited about getting sepy to run smoothly on the mac. Take care,=20 arthur |
From: Alessandro C. *sephiroth* <wis...@se...> - 2005-06-27 17:58:24
|
Thank you ery much for the *bad news.. In fact my mac comes with tiger. But reading your post i understand that only the py2app suffers of this = os version issue.=20 Can you confirm that the wx framework has not compatibility problems? Because first of all I need to fix all the code problems of sepy under = mac. Then, only when I can see that almost everything is ok, i can start thinking, and going crazy, to the installer. Thanks! Alessandro Crugnola - sephiroth --------------------------------------------- Macromedia Flash Team Volunteer http://www.macromedia.com/go/team Flash && PHP developer ale...@se... *relax with SEPY http://www.sf.net/projects/sepy --------------------------------------------- =20 ::-----Messaggio originale----- ::Da: sep...@li...=20 ::[mailto:sep...@li...] Per conto di=20 ::Arthur Debert ::Inviato: luned=EC 27 giugno 2005 18.26 ::A: sep...@li... ::Oggetto: Re: R: [SE|PY-macdev] hello, sepy2, osX port :: ::Hi Alessandro. :: ::Listen, I am working on a python-wx application for the mac, and I had ::a bad experience with py2app (mac's version of py2exec) that I wanted ::to share with you. :: ::I am running tiger (osx 10.4), and the bad news is that if I make an ::application on tiger, it will only run on tiger, no earlier versions ::of the os. ::What I wanted you to know is this, if your mac comes with panther, and ::you upgrade to tiger, you will only be able to package apps for tiger. ::On the other hand, if you package it with panther, it will run on ::panther and tiger, covering most of the user base. :: ::I think, I'm not sure though, that when you upgrade to tiger, there's ::an option to keep panther on the hard disk, and you can boot to it. If ::that's possible that will solve all these issues. :: ::So, if your mac comes with panther and you decide not to upgrade, if ::we need a custom build for tiger, I will be happy to provide it. :: ::That's it,=20 :: ::cheers ::Arthur :: ::p.s.: I understand this is not py2app's fault, they are doing a ::terrific job, but still it is so inconvenient... :: ::2005/6/27, Alessandro Crugnola *sephiroth* <wis...@se...>: ::> I hope my mac mini will arrive this week so i can start=20 ::make the osx port.. ::> BTW, I bought it first of all for make the port of sepy2,=20 ::which is in the way. We've already finished the plugin system, and now ::> we're working of the GUI interface ::>=20 ::> Alessandro Crugnola - sephiroth ::> --------------------------------------------- ::> Macromedia Flash Team Volunteer ::> http://www.macromedia.com/go/team ::> Flash && PHP developer ::> ale...@se... ::>=20 ::> *relax with SEPY http://www.sf.net/projects/sepy ::> --------------------------------------------- ::>=20 ::> ::-----Messaggio originale----- ::> ::Da: sep...@li... ::> ::[mailto:sep...@li...] Per conto di ::> ::Willem van den Goorbergh ::> ::Inviato: luned=EC 27 giugno 2005 9.29 ::> ::A: sep...@li... ::> ::Oggetto: Re: [SE|PY-macdev] hello, sepy2, osX port ::> :: ::> ::Hi Arthur, ::> ::I'm very interested in Sepy in the Mac. (I'm a Mac user=20 ::since 1989.) ::> ::I know nothing of programming though. ::> ::So I'm afraid you, and of course Alessandro, have to do=20 ::with my moral ::> ::support. ::> ::Maybe in the future I can help with localizing Sepy? ::> ::Keep up the good work! ::> ::Willem van den Goorbergh ::> :: ::> ::Op 24-jun-05 om 18:08 heeft Arthur Debert het volgende geschreven: ::> :: ::> ::> Hi there. ::> ::> ::> ::> I just switched to a mac, and I love it. The only thing ::> ::lacking in my ::> ::> setup now is to get sepy working right. ::> ::> ::> ::> This list has had little traffic lately, and I would like ::> ::to asses how ::> ::> many people would like to get sepy running on osx. ::> ::> ::> ::> How many people here are python developers, meaning who ::> ::would/could be ::> ::> willing to help on the mac port? ::> ::> ::> ::> Since sepy2 is on the works, maybe we should focus on=20 ::getting it to ::> ::> run on osx, and forget about sepy1.x. ::> ::> Alessandro has stated that he has no mac to test the code, ::> ::so we have ::> ::> to help him on that. ::> ::> ::> ::> So, are there people interested in running sepy on osx? How ::> ::many here ::> ::> are developers? Anyone with experience porting wx=20 ::applications from ::> ::> win32 to osX? ::> ::> ::> ::> I've just checked out sepy2 source code, and it appears it ::> ::would be a ::> ::> bit of a trouble to port it to the mac, but since the=20 ::problems are ::> ::> pretty much predictable (file paths, images files and=20 ::the like) once ::> ::> we get the hang of it , it will probably be straight ::> ::forward enough to ::> ::> keep an osx version going. ::> ::> ::> ::> Thanks, ::> ::> ::> ::> ::> :: ::> = ::=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D= ::> ::Geografiek is a Dutch, Utrecht-based map and chart design company. ::> ::Willem van den Goorbergh can be contacted by telephone: ::> ::(+31)30-2719512 ::> ::or cell phone: (+31)6-26372378 ::> ::or by fax: (+31)302719687 ::> ::snail mail: Hooghiemstraplein 89 3514 AX UTRECHT ::> ::Visit our website at: http://www.geografiek.nl ::> = ::=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D= ::> :: ::> :: ::> :: ::> ::------------------------------------------------------- ::> ::SF.Net email is sponsored by: Discover Easy Linux=20 ::Migration Strategies ::> ::from IBM. Find simple to follow Roadmaps, straightforward=20 ::articles, ::> ::informative Webcasts and more! Get everything you need to=20 ::get up to ::> ::speed, fast.=20 ::http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclick ::> ::_______________________________________________ ::> ::sepy-macdev mailing list ::> ::sep...@li... ::> ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> :: ::>=20 ::> ------------------------------------------------------- ::> SF.Net email is sponsored by: Discover Easy Linux Migration=20 ::Strategies ::> from IBM. Find simple to follow Roadmaps, straightforward articles, ::> informative Webcasts and more! Get everything you need to get up to ::> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&opclick ::> _______________________________________________ ::> sepy-macdev mailing list ::> sep...@li... ::> https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by: Discover Easy Linux Migration Strategies ::from IBM. Find simple to follow Roadmaps, straightforward articles, ::informative Webcasts and more! Get everything you need to get up to ::speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=CCk ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: |
From: Arthur D. <de...@gm...> - 2005-06-27 17:25:51
|
Hi Alessandro. Listen, I am working on a python-wx application for the mac, and I had a bad experience with py2app (mac's version of py2exec) that I wanted to share with you. I am running tiger (osx 10.4), and the bad news is that if I make an application on tiger, it will only run on tiger, no earlier versions of the os. What I wanted you to know is this, if your mac comes with panther, and you upgrade to tiger, you will only be able to package apps for tiger. On the other hand, if you package it with panther, it will run on panther and tiger, covering most of the user base. I think, I'm not sure though, that when you upgrade to tiger, there's an option to keep panther on the hard disk, and you can boot to it. If that's possible that will solve all these issues. So, if your mac comes with panther and you decide not to upgrade, if we need a custom build for tiger, I will be happy to provide it. That's it,=20 cheers Arthur p.s.: I understand this is not py2app's fault, they are doing a terrific job, but still it is so inconvenient... 2005/6/27, Alessandro Crugnola *sephiroth* <wis...@se...>: > I hope my mac mini will arrive this week so i can start make the osx port= .. > BTW, I bought it first of all for make the port of sepy2, which is in the= way. We've already finished the plugin system, and now > we're working of the GUI interface >=20 > Alessandro Crugnola - sephiroth > --------------------------------------------- > Macromedia Flash Team Volunteer > http://www.macromedia.com/go/team > Flash && PHP developer > ale...@se... >=20 > *relax with SEPY http://www.sf.net/projects/sepy > --------------------------------------------- >=20 > ::-----Messaggio originale----- > ::Da: sep...@li... > ::[mailto:sep...@li...] Per conto di > ::Willem van den Goorbergh > ::Inviato: luned=EC 27 giugno 2005 9.29 > ::A: sep...@li... > ::Oggetto: Re: [SE|PY-macdev] hello, sepy2, osX port > :: > ::Hi Arthur, > ::I'm very interested in Sepy in the Mac. (I'm a Mac user since 1989.) > ::I know nothing of programming though. > ::So I'm afraid you, and of course Alessandro, have to do with my moral > ::support. > ::Maybe in the future I can help with localizing Sepy? > ::Keep up the good work! > ::Willem van den Goorbergh > :: > ::Op 24-jun-05 om 18:08 heeft Arthur Debert het volgende geschreven: > :: > ::> Hi there. > ::> > ::> I just switched to a mac, and I love it. The only thing > ::lacking in my > ::> setup now is to get sepy working right. > ::> > ::> This list has had little traffic lately, and I would like > ::to asses how > ::> many people would like to get sepy running on osx. > ::> > ::> How many people here are python developers, meaning who > ::would/could be > ::> willing to help on the mac port? > ::> > ::> Since sepy2 is on the works, maybe we should focus on getting it to > ::> run on osx, and forget about sepy1.x. > ::> Alessandro has stated that he has no mac to test the code, > ::so we have > ::> to help him on that. > ::> > ::> So, are there people interested in running sepy on osx? How > ::many here > ::> are developers? Anyone with experience porting wx applications from > ::> win32 to osX? > ::> > ::> I've just checked out sepy2 source code, and it appears it > ::would be a > ::> bit of a trouble to port it to the mac, but since the problems are > ::> pretty much predictable (file paths, images files and the like) once > ::> we get the hang of it , it will probably be straight > ::forward enough to > ::> keep an osx version going. > ::> > ::> Thanks, > ::> > ::> > :: > ::=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D > ::Geografiek is a Dutch, Utrecht-based map and chart design company. > ::Willem van den Goorbergh can be contacted by telephone: > ::(+31)30-2719512 > ::or cell phone: (+31)6-26372378 > ::or by fax: (+31)302719687 > ::snail mail: Hooghiemstraplein 89 3514 AX UTRECHT > ::Visit our website at: http://www.geografiek.nl > ::=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D > :: > :: > :: > ::------------------------------------------------------- > ::SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > ::from IBM. Find simple to follow Roadmaps, straightforward articles, > ::informative Webcasts and more! Get everything you need to get up to > ::speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dcl= ick > ::_______________________________________________ > ::sepy-macdev mailing list > ::sep...@li... > ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev > :: >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&opclick > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev > |
From: Andrew E. <and...@ze...> - 2005-06-27 10:56:18
|
Hi all, can I add myself to the list of people who would like Sepy on a Mac. I tried to help out a while back but without any knowledge of the python framework I fell at the first post. However, I am willing to help if I can. All the best, Andrew |
From: Alessandro C. *sephiroth* <wis...@se...> - 2005-06-27 08:43:09
|
I hope my mac mini will arrive this week so i can start make the osx = port.. BTW, I bought it first of all for make the port of sepy2, which is in = the way. We've already finished the plugin system, and now we're working of the GUI interface Alessandro Crugnola - sephiroth --------------------------------------------- Macromedia Flash Team Volunteer http://www.macromedia.com/go/team Flash && PHP developer ale...@se... *relax with SEPY http://www.sf.net/projects/sepy --------------------------------------------- =20 ::-----Messaggio originale----- ::Da: sep...@li...=20 ::[mailto:sep...@li...] Per conto di=20 ::Willem van den Goorbergh ::Inviato: luned=EC 27 giugno 2005 9.29 ::A: sep...@li... ::Oggetto: Re: [SE|PY-macdev] hello, sepy2, osX port :: ::Hi Arthur, ::I'm very interested in Sepy in the Mac. (I'm a Mac user since 1989.) ::I know nothing of programming though. ::So I'm afraid you, and of course Alessandro, have to do with my moral=20 ::support. ::Maybe in the future I can help with localizing Sepy? ::Keep up the good work! ::Willem van den Goorbergh :: ::Op 24-jun-05 om 18:08 heeft Arthur Debert het volgende geschreven: :: ::> Hi there. ::> ::> I just switched to a mac, and I love it. The only thing=20 ::lacking in my ::> setup now is to get sepy working right. ::> ::> This list has had little traffic lately, and I would like=20 ::to asses how ::> many people would like to get sepy running on osx. ::> ::> How many people here are python developers, meaning who=20 ::would/could be ::> willing to help on the mac port? ::> ::> Since sepy2 is on the works, maybe we should focus on getting it to ::> run on osx, and forget about sepy1.x. ::> Alessandro has stated that he has no mac to test the code,=20 ::so we have ::> to help him on that. ::> ::> So, are there people interested in running sepy on osx? How=20 ::many here ::> are developers? Anyone with experience porting wx applications from ::> win32 to osX? ::> ::> I've just checked out sepy2 source code, and it appears it=20 ::would be a ::> bit of a trouble to port it to the mac, but since the problems are ::> pretty much predictable (file paths, images files and the like) once ::> we get the hang of it , it will probably be straight=20 ::forward enough to ::> keep an osx version going. ::> ::> Thanks, ::> ::> :: ::=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D= ::Geografiek is a Dutch, Utrecht-based map and chart design company. ::Willem van den Goorbergh can be contacted by telephone:=20 ::(+31)30-2719512=20 ::or cell phone: (+31)6-26372378 ::or by fax: (+31)302719687 ::snail mail: Hooghiemstraplein 89 3514 AX UTRECHT ::Visit our website at: http://www.geografiek.nl ::=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D+=3D= :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by: Discover Easy Linux Migration Strategies ::from IBM. Find simple to follow Roadmaps, straightforward articles, ::informative Webcasts and more! Get everything you need to get up to ::speed, fast. = http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclick ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: |
From: Willem v. d. G. <geo...@ge...> - 2005-06-27 08:29:36
|
Hi Arthur, I'm very interested in Sepy in the Mac. (I'm a Mac user since 1989.) I know nothing of programming though. So I'm afraid you, and of course Alessandro, have to do with my moral support. Maybe in the future I can help with localizing Sepy? Keep up the good work! Willem van den Goorbergh Op 24-jun-05 om 18:08 heeft Arthur Debert het volgende geschreven: > Hi there. > > I just switched to a mac, and I love it. The only thing lacking in my > setup now is to get sepy working right. > > This list has had little traffic lately, and I would like to asses how > many people would like to get sepy running on osx. > > How many people here are python developers, meaning who would/could be > willing to help on the mac port? > > Since sepy2 is on the works, maybe we should focus on getting it to > run on osx, and forget about sepy1.x. > Alessandro has stated that he has no mac to test the code, so we have > to help him on that. > > So, are there people interested in running sepy on osx? How many here > are developers? Anyone with experience porting wx applications from > win32 to osX? > > I've just checked out sepy2 source code, and it appears it would be a > bit of a trouble to port it to the mac, but since the problems are > pretty much predictable (file paths, images files and the like) once > we get the hang of it , it will probably be straight forward enough to > keep an osx version going. > > Thanks, > > =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= Geografiek is a Dutch, Utrecht-based map and chart design company. Willem van den Goorbergh can be contacted by telephone: (+31)30-2719512 or cell phone: (+31)6-26372378 or by fax: (+31)302719687 snail mail: Hooghiemstraplein 89 3514 AX UTRECHT Visit our website at: http://www.geografiek.nl =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= |
From: Loren G. <se...@in...> - 2005-06-25 03:52:48
|
I used to be a PC user, and also used macs for a year at the Media Design School (Auckland, NZ) but only OS 9. That alone did not convert me. I decided to by an iBook a year later and what more can I say except that I haven't gone back to a PC unless I was forced to. Be warned. Anyone buying a Mac with OSX will not want to use Windows any more. :D As far as sepy for mac goes. I have a pretty good version of 1.0.6.5 working but there are two annoyances for me: 1: If there is nothing in the clipboard or non-text in the clipboard, sepy brings up errors. 2: Scrollbars - when you open a new document, the vertical scrollbar is about 10 pixels off centre and the horizontal scrollbar is about 100 pixels below the document. What is annoying about this is that when resizing the window, the scroll bars will not shrink down to any size less than where they were when you opened the document. This means that you have to make your window small before you open the document, then make it bigger. I would not consider myself a python developer but I have managed to hack around with sepy enough to fix a couple of little bugs. To me, sepy has more than enough features to easily be the best actionscript editor around (perhaps even too many) but on mac there are just too many bugs that are annoying. A lot of features I don't use so the two bugs I listed above are just the ones that affect me. I would love to help sorting out sepy for mac. It may take me a while to be of any use though, anyone know a good book on python? Personally I would like more time to be spent on fixing bugs rather than adding new features but ultimately, sepy is free and open source and I know it has been a project of Sephiroth's to learn about python so asking him to stop putting new features in and fix the bugs would not be fair at all. I want to help as much as I can. Just last night i was trying to work out how to fix the 2 bugs listed above. If I have any luck with them I will of course let you all know. Cheers, Loren Greenfield |