[SE|PY-macdev] RE: sepy-macdev digest, Vol 1 #80 - 1 msg
Brought to you by:
sephiroth_tmm
|
From: Double, P. <Do...@ct...> - 2005-02-03 14:22:09
|
Julie, Caught a mistake on that spec for the computer that I gave you - it should run XP Professional not XP Home. Thanks Philip A Double Multimedia Developer Concurrent Technologies Corporation (CTC) 100 CTC Dr. Johnstown, PA 15906 p: 814.269.6854 e: do...@ct... ________________________________________________________________________ ______ =20 "No problem can stand the assault of sustained thinking" --Voltaire =20 -----Original Message----- From: sep...@li... [mailto:sep...@li...] On Behalf Of sep...@li... Sent: Wednesday, February 02, 2005 11:21 PM To: sep...@li... Subject: sepy-macdev digest, Vol 1 #80 - 1 msg 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: AW: [SE|PY-macdev] OS X Bugs with SEPY newest revision (Alessandro Crugnola *sephiroth*) --__--__-- Message: 1 From: "Alessandro Crugnola *sephiroth*" <sep...@us...> To: <sep...@li...> Subject: RE: AW: [SE|PY-macdev] OS X Bugs with SEPY newest revision Date: Thu, 3 Feb 2005 03:20:44 +0100 Reply-To: sep...@li... As i told you sepy.py uses 4 spaces for tabs, not the tab character =3D itself, while in your file at line 522 self.notebook_l.SetAutoLayout(True) There are 2 tbas characters. Remove them and insert 8 spaces 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 --------------------------------------------- =3D20 ::-----Original Message----- ::From: sep...@li...=3D20 ::[mailto:sep...@li...] On Behalf Of=3D20 ::Andrew Blair ::Sent: mercoled=3DEC 2 febbraio 2005 20.08 ::To: sep...@li... ::Subject: Re: AW: [SE|PY-macdev] OS X Bugs with SEPY newest revision :: ::Hi Ale, :: ::I did, I downloaded=3D20 ::wxPython2.5-osx-unicode-2.5.3.1-panther-py2.3.dmg. I ran the=3D20 ::uninstall script for the version I had that it recommended=3D20 ::removing and left the other versions.. I just tried running=3D20 ::the uninstaller again and removed all instances of wxPython=3D20 ::that it found including 2.5.3.1. Then I ran the installer,=3D20 ::successfully. :: ::With your SEPY.py, running python2.3 main.pyw I get: :: :: :: :: Traceback (most recent call last): :: File "main.pyw", line 19, in ? :: from SEPY import main :: File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py",=3D20 ::line 20, in ? :: import wx :: File=3D20 ::"//Library/Frameworks/Python.framework/Versions/2.3/lib/python ::2.3/site-packages/wx/__init__.py", line 42, in ? :: File=3D20 ::"//Library/Frameworks/Python.framework/Versions/2.3/lib/python ::2.3/site-packages/wx/_core.py", line 4, in ? :: ImportError: No module named _core_ ::=3D09 :: :: ::With mine, I get: :: :: :: :: Traceback (most recent call last): :: File "main.pyw", line 19, in ? :: from SEPY import main :: File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 522 :: self.notebook_l.SetAutoLayout(True) :: ^ :: SyntaxError: invalid syntax ::=3D09 :: :: ::Furthermore, I have attached my version of the SEPY.py file. :: ::Cheers, :: ::Andrew :: ::On 1/31/05 7:21 PM, "Alessandro Crugnola *sephiroth*"=3D20 ::<sep...@us...> wrote: :: ::> Did you installed the wxpython2.5.3.1 for python2.3? ::>=3D20 ::> Try to use this attached file instead ::>=3D20 ::>=3D20 ::> Alessandro Crugnola - sephiroth ::> --------------------------------------------- ::> Macromedia Flash Team Volunteer ::> http://www.macromedia.com/go/team ::> Flash && PHP developer ::> ale...@se... ::>=3D20 ::> *relax with SEPY http://www.sf.net/projects/sepy ::> --------------------------------------------- ::>=3D20 ::>=3D20 ::> ::-----Original Message----- ::> ::From: sep...@li...=3D20 ::> ::[mailto:sep...@li...] On Behalf Of=3D20 ::> ::Andrew Blair ::> ::Sent: luned=3DEC 31 gennaio 2005 22.49 ::> ::To: sep...@li... ::> ::Subject: Re: AW: [SE|PY-macdev] OS X Bugs with SEPY=3D20 ::newest revision ::> :: ::> ::I left the psyco line in there, not commented out. Not sure=3D20 ::> ::if that matters then... ::> :: ::> ::I tried changing to exactly what you wrote for arguments: ::> ::self.notebook_l =3D3D wx.Notebook(win, -1, style=3D3D0) ::> :: ::> ::And got this: ::> :: ::> ::Traceback (most recent call last): ::> :: File "main.pyw", line 19, in ? ::> :: from SEPY import main ::> :: File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 522 ::> :: self.notebook_l.SetAutoLayout(True) ::> :: ^ ::> ::SyntaxError: invalid syntax ::> :: ::> :: ::> :: ::> :: ::> ::Then I tried with the same arguments as Choicebook had: ::> ::self.notebook_l =3D3D wx.Notebook(self.window_1, -1,=3D20 ::> ::style=3D3Dn_style) And got this: ::> :: ::> ::raceback (most recent call last): ::> :: File "main.pyw", line 19, in ? ::> :: from SEPY import main ::> :: File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 522 ::> :: self.notebook_l.SetAutoLayout(True) ::> :: ^ ::> ::SyntaxError: invalid syntax ::> :: ::> :: ::> :: ::> :: ::> :: ::> ::Then I tried just changing just the last param: ::> ::self.notebook_l =3D3D wx.Notebook(self.window_1, -1, style=3D3D0) ::> :: ::> ::And got this: ::> :: ::> ::Traceback (most recent call last): ::> :: File "main.pyw", line 19, in ? ::> :: from SEPY import main ::> :: File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 522 ::> :: self.notebook_l.SetAutoLayout(True) ::> :: ^ ::> ::SyntaxError: invalid syntax ::> :: ::> :: ::> ::Andrew ::> :: ::> ::On 1/27/05 3:31 AM, "Alessandro Crugnola *sephiroth*" ::> ::<ale...@se...> wrote: ::> :: ::> ::> I just asked in the wxWidget for this problem (i was sure=3D20 ::> ::> wx.Choicebook was available for osx too). ::> ::> For the moment try to replace that line with this one: ::> ::>=3D20 ::> ::> self.notebook_l =3D3D wx.Notebook(win, -1, style=3D3D0) ::> ::>=3D20 ::> ::>=3D20 ::> ::> Andrew Blair said: ::> ::>> Here's the error I get from the latest cvs: ::> ::>>=3D20 ::> ::>> Traceback (most recent call last): ::> ::>> File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line=3D20 ::> ::146, in Notify ::> ::>> frame =3D3D main_window(parent=3D3DNone, = id=3D3Dwx.NewId(),=3D20 ::> ::>> title=3D3DAbout_title, dialog =3D3D self.dialog) ::> ::>> File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line=3D20 ::> ::274, in __init__ ::> ::>> self.left_win =3D3D self._createLeftPanel() ::> ::>> File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py",=3D20 ::line 540, in=3D20 ::> ::>> _createLeftPanel ::> ::>> self.notebook_l =3D3D wx.Choicebook(win, -1, = style=3D3Dn_style) ::> ::>> AttributeError: 'module' object has no attribute 'Choicebook' ::> ::>>=3D20 ::> ::>> Hope it helps, ::> ::>>=3D20 ::> ::>> Andrew ::> ::>>=3D20 ::> ::>> On 1/26/05 12:06 PM, "Alessandro Crugnola *sephiroth*" ::> ::>> <ale...@se...> wrote: ::> ::>>=3D20 ::> ::>>> ah ok, but you're using a very old sepy version. ::> ::>>> I would prefer to use the most recent one and try to=3D20 ::fix cross=3D20 ::> ::>>> platforms errors rather than fix them on a old buggy version. ::> ::>>>=3D20 ::> ::>>>=3D20 ::> ::>>> Andrew Blair said: ::> ::>>>> OK, I did it, and here are the error messages I got=3D20 ::(and no app ::> ::>>>> launched): ::> ::>>>>=3D20 ::> ::>>>> Traceback (most recent call last): ::> ::>>>> File "main.pyw", line 19, in ? ::> ::>>>> from SEPY import main ::> ::>>>> File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py",=3D20 ::line 4055 ::> ::>>>> if wx.MessageDialog(self, "%s %s\n\n%s" %=3D20 ::> ::>>>> (self.langPY.get("/LANGUAGE/SEPY/ERRORS/NO_RESULT"), ::> ::>>>> doc.lastSearchedWord, ::> ::>>>> self.langPY.get("/LANGUAGE/SEPY/ERRORS/NO_RESULT_QUESTION")), ::> ::>>>> About_title, wx.YES_NO | wx.ICON_EXCLAMATION ).ShowModal() ::> ::>>>>=3D20 ::> ::>>>> ^ ::> ::>>>> SyntaxError: invalid syntax ::> ::>>>>=3D20 ::> ::>>>>=3D20 ::> ::>>>> On 1/25/05 4:54 AM, "Alessandro Crugnola *sephiroth*" ::> ::>>>> <ale...@se...> wrote: ::> ::>>>>=3D20 ::> ::>>>>> please do this. ::> ::>>>>> in SEPY.py comment the line at the bottom of the file: ::> ::>>>>>=3D20 ::> ::>>>>> sys.excepthook =3D3D exc_hook ::> ::>>>>>=3D20 ::> ::>>>>> into ::> ::>>>>>=3D20 ::> ::>>>>> # sys.excepthook =3D3D exc_hook ::> ::>>>>>=3D20 ::> ::>>>>> and run again sepy. ::> ::>>>>> this should display the error chain more detailed,=3D20 ::> ::because i can't=3D20 ::> ::>>>>> find where this could happen. ::> ::>>>>>=3D20 ::> ::>>>>> thanks ::> ::>>>>>=3D20 ::> ::>>>>>=3D20 ::> ::>>>>> Andrew Blair said: ::> ::>>>>>> I tried to run sepy after following all of the=3D20 ::> ::instructions and I=3D20 ::> ::>>>>>> got this error at the Sepy startup screen: ::> ::>>>>>>=3D20 ::> ::>>>>>> Main Error ::> ::>>>>>>=3D20 ::> ::>>>>>> Exceptions.AttributeError, keyBoardReader instance has no=3D20 ::> ::>>>>>> attribute 'base_path' ::> ::>>>>>> Exception logged in Error.log file ::> ::>>>>>>=3D20 ::> ::>>>>>> I installed/compiled ::> ::>>>>>> PyXML-0.8.4 ::> ::>>>>>> Python-2.4 ::> ::>>>>>> 4Suite ::> ::>>>>>> pyRXP-1.05-20050124 ::> ::>>>>>> wxPython2.5-osx-unicode-2.5.3.1-panther-py2.3.dmg ::> ::>>>>>>=3D20 ::> ::>>>>>> Did it in the order of the tutorial. Any thoughts? ::> ::>>>>>>=3D20 ::> ::>>>>>> On 1/24/05 3:32 PM, "valley" <va...@ic...> wrote: ::> ::>>>>>>=3D20 ::> ::>>>>>>> Ok, I've checked the date of my 1.0.4.6 version. You=3D20 ::> ::should try=3D20 ::> ::>>>>>>> the following command to get the correct version: ::> ::>>>>>>> cvs -z3=3D20 ::> ::-d:pserver:ano...@cv...:/cvsroot/sepy=3D20 ::> ::>>>>>>> co -D "2004-10-02" SciTE ::> ::>>>>>>>=3D20 ::> ::>>>>>>> valley ::> ::>>>>>>>=3D20 ::> ::>>>>>>>=3D20 ::> ::>>>>>>>=3D20 ::> ::>>>>>>>=3D20 ::> ::>>>>>>> Andrew Blair wrote: ::> ::>>>>>>>=3D20 ::> ::>>>>>>>> I understand from this mail forum that the=3D20 ::latest doesn't=3D20 ::> ::>>>>>>>> necessarily work, but that 1.0.4.6 definitely does,=3D20 ::> ::so that's=3D20 ::> ::>>>>>>>> what I'm currently after. I have indeed run those=3D20 ::> ::two commands=3D20 ::> ::>>>>>>>> but since I don't see any apparent version=3D20 ::> ::specified, I assume=3D20 ::> ::>>>>>>>> it will fetch a more recent one. ::> ::>>>>>>>>=3D20 ::> ::>>>>>>>> Please clarify ::> ::>>>>>>>>=3D20 ::> ::>>>>>>>> Cheers, ::> ::>>>>>>>>=3D20 ::> ::>>>>>>>> Andrew ::> ::>>>>>>>>=3D20 ::> ::>>>>>>>>=3D20 ::> ::>>>>>>>> On 1/24/05 10:09 AM, "Treu, Valentin"=3D20 ::> ::>>>>>>>> <Val...@in...> ::> ::>>>>>>>> wrote: ::> ::>>>>>>>>=3D20 ::> ::>>>>>>>>=3D20 ::> ::>>>>>>>>=3D20 ::> ::>>>>>>>>> Go here: ::> ::>>>>>>>>>=3D20 ::> ::http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20l ::> ::>>>>>>>>> ibrary%2 ::> ::>>>>>>>>> 0i ::> ::>>>>>>>>> ns ::> ::>>>>>>>>> ta ::> ::>>>>>>>>> llation ::> ::>>>>>>>>>=3D20 ::> ::>>>>>>>>> At the bottom of this page you'll find the two console=3D20 ::> ::>>>>>>>>> commands to get the newest version out of cvs. ::> ::>>>>>>>>>=3D20 ::> ::>>>>>>>>> valley ::> ::>>>>>>>>>=3D20 ::> ::>>>>>>>>>=3D20 ::> ::>>>>>>>>>=3D20 ::> ::>>>>>>>>>=3D20 ::> ::>>>>>>>>> -----Ursprungliche Nachricht----- ::> ::>>>>>>>>> Von: sep...@li... ::> ::>>>>>>>>> [mailto:sep...@li...]Im=3D20 ::> ::Auftrag von=3D20 ::> ::>>>>>>>>> Andrew Blair ::> ::>>>>>>>>> Gesendet: Montag, 24. Januar 2005 16:00 ::> ::>>>>>>>>> An: sep...@li... ::> ::>>>>>>>>> Betreff: Re: [SE|PY-macdev] OS X Bugs with SEPY newest=3D20 ::> ::>>>>>>>>> revision ::> ::>>>>>>>>>=3D20 ::> ::>>>>>>>>>=3D20 ::> ::>>>>>>>>> How do I get that 1.0.4.6 version from cvs? (cvs=3D20 ::> ::newbie here=3D20 ::> ::>>>>>>>>> but I do have command line cvs) ::> ::>>>>>>>>>=3D20 ::> ::>>>>>>>>> Andrew ::> ::>>>>>>>>>=3D20 ::> ::>>>>>>>>> On 1/22/05 8:23 AM, "valley"=3D20 ::<va...@ic...> wrote: ::> ::>>>>>>>>>=3D20 ::> ::>>>>>>>>>=3D20 ::> ::>>>>>>>>>=3D20 ::> ::>>>>>>>>>> Hi Ale, ::> ::>>>>>>>>>>=3D20 ::> ::>>>>>>>>>> ok, let's get SEPY work again on OS X. ::> ::>>>>>>>>>> With the latest revision I get the following error=3D20 ::> ::on startup=3D20 ::> ::>>>>>>>>>> (even the ide doesn't open): ::> ::>>>>>>>>>>=3D20 ::> ::>>>>>>>>>> exceptions.AttributeError, 'module' object has no=3D20 ::> ::attribute=3D20 ::> ::>>>>>>>>>> 'Choicebook'. ::> ::>>>>>>>>>> happened in SEPY.py ::> ::>>>>>>>>>>=3D20 ::> ::>>>>>>>>>> do you label versions the surely work on os x=3D20 ::> ::(like the one i=3D20 ::> ::>>>>>>>>>> still have: 1.0.4.6) ? so everyone who is also=3D20 ::> ::interested to=3D20 ::> ::>>>>>>>>>> work with it on OS X knows which labeled=3D20 ::version to get. ::> ::>>>>>>>>>>=3D20 ::> ::>>>>>>>>>> regards ::> ::>>>>>>>>>> valley ::> ::>>>>>>>>>>=3D20 ::> ::>>>>>>>>>>=3D20 ::> ::>>>>>>>>>>=3D20 ::> ::>>>>>>>>>>=3D20 ::> ::>>>>>>>>>> ------------------------------------------------------- ::> ::>>>>>>>>>> This SF.Net email is sponsored by: IntelliVIEW --=3D20 ::> ::Interactive=3D20 ::> ::>>>>>>>>>> Reporting Tool for open source databases. Create=3D20 ::> ::drag-&-drop=3D20 ::> ::>>>>>>>>>> reports. Save time by over 75%! Publish=3D20 ::reports on the web. ::> ::>>>>>>>>>> Export to DOC, XLS, RTF, etc. Download a FREE copy at=3D20 ::> ::>>>>>>>>>> http://www.intelliview.com/go/osdn_nl ::> ::>>>>>>>>>> _______________________________________________ ::> ::>>>>>>>>>> sepy-macdev mailing list ::> ::>>>>>>>>>> sep...@li...=3D20 ::> ::>>>>>>>>>>=3D20 ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> ::>>>>>>>>>>=3D20 ::> ::>>>>>>>>>>=3D20 ::> ::>>>>>>>>>>=3D20 ::> ::>>>>>>>>=3D20 ::> ::>>>>>>>>=3D20 ::> ::>>>>>>>>=3D20 ::> ::>>>>>>>=3D20 ::> ::>>>>>>>=3D20 ::> ::>>>>>>>=3D20 ::> ::>>>>>>> ------------------------------------------------------- ::> ::>>>>>>> This SF.Net email is sponsored by: IntelliVIEW --=3D20 ::Interactive=3D20 ::> ::>>>>>>> Reporting Tool for open source databases. Create=3D20 ::drag-&-drop=3D20 ::> ::>>>>>>> reports. Save time by over 75%! Publish reports=3D20 ::on the web.=3D20 ::> ::>>>>>>> Export to DOC, XLS, RTF, etc. Download a FREE copy at=3D20 ::> ::>>>>>>> http://www.intelliview.com/go/osdn_nl ::> ::>>>>>>> _______________________________________________ ::> ::>>>>>>> sepy-macdev mailing list ::> ::>>>>>>> sep...@li...=3D20 ::> ::>>>>>>> https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> ::>>>>>>>=3D20 ::> ::>>>>>>=3D20 ::> ::>>>>>> -- ::> ::>>>>>> Andrew Blair ::> ::>>>>>> Interactive Director ::> ::>>>>>> 905.339.0750 x32 ::> ::>>>>>> http://riordondesign.com ::> ::>>>>>> ( inform ) inspire ( ::> ::>>>>>>=3D20 ::> ::>>>>>>=3D20 ::> ::>>>>>>=3D20 ::> ::>>>>>>=3D20 ::> ::>>>>>> ------------------------------------------------------- ::> ::>>>>>> This SF.Net email is sponsored by: IntelliVIEW --=3D20 ::Interactive=3D20 ::> ::>>>>>> Reporting Tool for open source databases. Create=3D20 ::> ::drag-&-drop reports. ::> ::>>>>>> Save time by over 75%! Publish reports on the web.=3D20 ::> ::Export to DOC,=3D20 ::> ::>>>>>> XLS, RTF, etc. Download a FREE copy at=3D20 ::> ::>>>>>> http://www.intelliview.com/go/osdn_nl ::> ::>>>>>> _______________________________________________ ::> ::>>>>>> sepy-macdev mailing list ::> ::>>>>>> sep...@li...=3D20 ::> ::>>>>>> https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> ::>>>>>=3D20 ::> ::>>>>>=3D20 ::> ::>>>>> --- ::> ::>>>>> Alessandro Crugnola *sephiroth* ::> ::>>>>> web: http://www.sephiroth.it ::> ::>>>>> mail: ale...@se... ::> ::>>>>>=3D20 ::> ::>>>>>>>> mongia 9,26 <<< ::> ::>>>>> "la programmazione =3DE8 come il maiale. Non si butta = via=3D20 ::> ::niente". --- ::> ::>>>>>=3D20 ::> ::>>>>>=3D20 ::> ::>>>>>=3D20 ::> ::>>>>>=3D20 ::> ::>>>>> ------------------------------------------------------- ::> ::>>>>> This SF.Net email is sponsored by: IntelliVIEW --=3D20 ::Interactive=3D20 ::> ::>>>>> Reporting Tool for open source databases. Create=3D20 ::> ::drag-&-drop reports. ::> ::>>>>> Save time by over 75%! Publish reports on the web.=3D20 ::> ::Export to DOC,=3D20 ::> ::>>>>> XLS, RTF, etc. Download a FREE copy at=3D20 ::> ::>>>>> http://www.intelliview.com/go/osdn_nl ::> ::>>>>> _______________________________________________ ::> ::>>>>> sepy-macdev mailing list ::> ::>>>>> sep...@li... ::> ::>>>>> https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> ::>>>>>=3D20 ::> ::>>>>=3D20 ::> ::>>>> -- ::> ::>>>> Andrew Blair ::> ::>>>> Interactive Director ::> ::>>>> 905.339.0750 x32 ::> ::>>>> http://riordondesign.com ::> ::>>>> ( inform ) inspire ( ::> ::>>>>=3D20 ::> ::>>>>=3D20 ::> ::>>>>=3D20 ::> ::>>>>=3D20 ::> ::>>>> ------------------------------------------------------- ::> ::>>>> This SF.Net email is sponsored by: IntelliVIEW --=3D20 ::Interactive=3D20 ::> ::>>>> Reporting Tool for open source databases. Create drag-&-drop=3D20 ::> ::>>>> reports. Save time by over 75%! Publish reports on the=3D20 ::> ::web. Export to DOC, XLS, RTF, etc. ::> ::>>>> Download a FREE copy at http://www.intelliview.com/go/osdn_nl ::> ::>>>> _______________________________________________ ::> ::>>>> sepy-macdev mailing list ::> ::>>>> sep...@li... ::> ::>>>> https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> ::>>>=3D20 ::> ::>>>=3D20 ::> ::>>> --- ::> ::>>> Alessandro Crugnola *sephiroth* ::> ::>>> web: http://www.sephiroth.it ::> ::>>> mail: ale...@se... ::> ::>>>=3D20 ::> ::>>>>>> mongia 9,26 <<< ::> ::>>> "la programmazione =3DE8 come il maiale. Non si butta via =3D niente". ::> ::>>> --- ::> ::>>>=3D20 ::> ::>>>=3D20 ::> ::>>>=3D20 ::> ::>>>=3D20 ::> ::>>> ------------------------------------------------------- ::> ::>>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive=3D20 ::> ::>>> Reporting Tool for open source databases. Create drag-&-drop=3D20 ::> ::>>> reports. Save time by over 75%! Publish reports on the=3D20 ::> ::web. Export to DOC, XLS, RTF, etc. ::> ::>>> Download a FREE copy at http://www.intelliview.com/go/osdn_nl ::> ::>>> _______________________________________________ ::> ::>>> sepy-macdev mailing list ::> ::>>> sep...@li... ::> ::>>> https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> ::>>>=3D20 ::> ::>>=3D20 ::> ::>> -- ::> ::>> Andrew Blair ::> ::>> Interactive Director ::> ::>> 905.339.0750 x32 ::> ::>> http://riordondesign.com ::> ::>> ( inform ) inspire ( ::> ::>>=3D20 ::> ::>>=3D20 ::> ::>>=3D20 ::> ::>>=3D20 ::> ::>> ------------------------------------------------------- ::> ::>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive=3D20 ::> ::>> Reporting Tool for open source databases. Create=3D20 ::> ::drag-&-drop reports.=3D20 ::> ::>> Save time by over 75%! Publish reports on the web. Export=3D20 ::> ::to DOC, XLS, RTF, etc. ::> ::>> Download a FREE copy at http://www.intelliview.com/go/osdn_nl ::> ::>> _______________________________________________ ::> ::>> sepy-macdev mailing list ::> ::>> sep...@li... ::> ::>> https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> ::>=3D20 ::> ::>=3D20 ::> ::> --- ::> ::> Alessandro Crugnola *sephiroth* ::> ::> web: http://www.sephiroth.it ::> ::> mail: ale...@se... ::> ::>=3D20 ::> ::>>>> mongia 9,26 <<< ::> ::> "la programmazione =3DE8 come il maiale. Non si butta via = niente". ::> ::> --- ::> ::>=3D20 ::> ::>=3D20 ::> ::>=3D20 ::> ::>=3D20 ::> ::> ------------------------------------------------------- ::> ::> This SF.Net email is sponsored by: IntelliVIEW -- = Interactive=3D20 ::> ::> Reporting Tool for open source databases. Create=3D20 ::> ::drag-&-drop reports.=3D20 ::> ::> Save time by over 75%! Publish reports on the web. Export=3D20 ::> ::to DOC, XLS, RTF, etc. ::> ::> Download a FREE copy at http://www.intelliview.com/go/osdn_nl ::> ::> _______________________________________________ ::> ::> sepy-macdev mailing list ::> ::> sep...@li... ::> ::> https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> ::>=3D20 ::> :: ::> ::-- ::> ::Andrew Blair ::> ::Interactive Director ::> ::905.339.0750 x32 ::> ::http://riordondesign.com ::> ::( inform ) inspire ( ::> :: ::> :: ::> :: ::> :: ::> ::------------------------------------------------------- ::> ::This SF.Net email is sponsored by: IntelliVIEW -- Interactive=3D20 ::> ::Reporting Tool for open source databases. Create drag-&-drop=3D20 ::> ::reports. Save time by over 75%! Publish reports on the web.=3D20 ::> ::Export to DOC, XLS, RTF, etc. ::> ::Download a FREE copy at http://www.intelliview.com/go/osdn_nl ::> ::_______________________________________________ ::> ::sepy-macdev mailing list ::> ::sep...@li... ::> ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> :: ::>=3D20 :: ::--=3D20 ::Andrew Blair=3D20 :: :: ::Interactive Director=3D20 :: :: ::905.339.0750 x32=3D20 ::http://riordondesign.com=3D20 ::( inform ) inspire (=3D20 :: :: :: --__--__-- _______________________________________________ sepy-macdev mailing list sep...@li... https://lists.sourceforge.net/lists/listinfo/sepy-macdev End of sepy-macdev Digest |