RuntimeException on installing Extension

2014-11-03 Thread X Roemer

Hi,

someone tried to install my extension, got a RuntimeException and gave 
me a feedback. But I'm not sure how to interpret this message right and 
where to search for the error.


Why can't the pythonloader find the path to the extension. How's that 
possible?



This is his message:
(com.sun.star.uno.RuntimeException) { { Message = : [Errno 2] No such 
file or directory: 
'C:\\Users\\user\\AppData\\Roaming\\LibreOfficeDev\\4\\user\\uno_packages\\cache\\uno_packages\\luc5wkp.tmp_\\Organon-0.9.1b.oxt\\py\\factory.py', 
traceback follows\X000a C:\Program Files (x86)\LibreOfficeDev 
4\program\pythonloader.py:94 in function getModuleFromUrl() [fileHandle 
= open( filename, encoding='utf_8' )]\X000a C:\Program Files 
(x86)\LibreOfficeDev 4\program\pythonloader.py:149 in function 
writeRegistryInfo() [mod = self.getModuleFromUrl( locationUrl 
)]\X000a\X000a, Context = (com.sun.star.uno.XInterface) @0 
https://github.com/0 } }


You'll find my extension here:
http://extensions.openoffice.org/en/project/organon

And his message and my code on github:
https://github.com/XRoemer/Organon/issues/23

Best,
Xaver


Re: RuntimeException on installing Extension

2014-11-03 Thread X Roemer

Sorry, I posted to the wrong list.






Am 03.11.2014 um 16:21 schrieb X Roemer:

Hi,

someone tried to install my extension, got a RuntimeException and gave 
me a feedback. But I'm not sure how to interpret this message right 
and where to search for the error.


Why can't the pythonloader find the path to the extension. How's that 
possible?



This is his message:
(com.sun.star.uno.RuntimeException) { { Message = : [Errno 2] No such 
file or directory: 
'C:\\Users\\user\\AppData\\Roaming\\LibreOfficeDev\\4\\user\\uno_packages\\cache\\uno_packages\\luc5wkp.tmp_\\Organon-0.9.1b.oxt\\py\\factory.py', 
traceback follows\X000a C:\Program Files (x86)\LibreOfficeDev 
4\program\pythonloader.py:94 in function getModuleFromUrl() 
[fileHandle = open( filename, encoding='utf_8' )]\X000a C:\Program 
Files (x86)\LibreOfficeDev 4\program\pythonloader.py:149 in function 
writeRegistryInfo() [mod = self.getModuleFromUrl( locationUrl 
)]\X000a\X000a, Context = (com.sun.star.uno.XInterface) @0 
https://github.com/0 } }


You'll find my extension here:
http://extensions.openoffice.org/en/project/organon

And his message and my code on github:
https://github.com/XRoemer/Organon/issues/23

Best,
Xaver




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: RuntimeException on installing Extension

2014-11-03 Thread Howard Morrir (aka Col Boogie)
I am not sure. but do not need an escape character for a forward slash. escape 
character is a backward slash anyway.
Hope this helps,
Howard



Hi,

someone tried to install my extension, got a RuntimeException and gave 
me a feedback. But I'm not sure how to interpret this message right and 
where to search for the error.

Why can't the pythonloader find the path to the extension. How's that 
possible?


This is his message:
(com.sun.star.uno.RuntimeException) { { Message = : [Errno 2] No such 
file or directory: 
'C:\\Users\\user\\AppData\\Roaming\\LibreOfficeDev\\4\\user\\uno_packages\\cache\\uno_packages\\luc5wkp.tmp_\\Organon-0.9.1b.oxt\\py\\factory.py',
 
traceback follows\X000a C:\Program Files (x86)\LibreOfficeDev 
4\program\pythonloader.py:94 in function getModuleFromUrl() [fileHandle 
= open( filename, encoding='utf_8' )]\X000a C:\Program Files 
(x86)\LibreOfficeDev 4\program\pythonloader.py:149 in function 
writeRegistryInfo() [mod = self.getModuleFromUrl( locationUrl 
)]\X000a\X000a, Context = (com.sun.star.uno.XInterface) @0 
https://github.com/0 } }

You'll find my extension here:
http://extensions.openoffice.org/en/project/organon

And his message and my code on github:
https://github.com/XRoemer/Organon/issues/23

Best,
Xaver


Open Document Editors Devroom at FOSDEM 15, Brussels, 31 Jan 2015

2014-11-03 Thread Andrea Pescetti

FOSDEM 15 will be held at the ULB Campus Solbosch on Saturday, January
31, and Sunday, February 1st, 2015.

Open document editors are coming again to FOSDEM with a shared devroom
which gives every project in this area a chance to present ODF related
developments and innovations. The devroom is jointly organized by Apache
OpenOffice and LibreOffice.

We invite submission of talks for the Open Document Editors devroom, to
be held on Saturday, January 31, from 10AM to 6PM.

Length of talks should be limited to 20 minutes, as we would like to
have questions after each presentation, and to fit as many presenters as
possible in the schedule. Exceptions must be explicitly requested and
justified.

Technical talks (code, extensions, localization, QA, tools and adoption
related cases) about open document editors or the ODF document format
are welcome.

Submissions must be done by the speakers using the Pentabarf system:
https://penta.fosdem.org/submission/FOSDEM15

While filing your proposal, please provide the title of your talk, a
short abstract (one or two paragraphs), some information about yourself
(name, bio and photo, but please do remember that your profile might be
already stored at Pentabarf) and specify what topic (Apache OpenOffice,
LibreOffice, other ODF editors, ODF in general...) your talk is about.

You do not need to create a new account if you already have one. If the
password has been lost, you can easily recover it.

The deadline is Sunday, December 14, 2014. Accepted speakers will be
notified by December 28, 2014.

You can send any questions to the devroom mailing list:
open-document-devr...@lists.fosdem.org

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: RuntimeException on installing Extension

2014-11-03 Thread X Roemer
Yes, but it's the pythonloader, which gives the error message, not my 
extension.


the problem is solved now, but I still don't understand this message.



Am 03.11.2014 um 18:55 schrieb Howard Morrir (aka Col Boogie):

I am not sure. but do not need an escape character for a forward slash. escape 
character is a backward slash anyway.
Hope this helps,
Howard



Hi,

someone tried to install my extension, got a RuntimeException and gave
me a feedback. But I'm not sure how to interpret this message right and
where to search for the error.

Why can't the pythonloader find the path to the extension. How's that
possible?


This is his message:
(com.sun.star.uno.RuntimeException) { { Message = : [Errno 2] No such
file or directory:
'C:\\Users\\user\\AppData\\Roaming\\LibreOfficeDev\\4\\user\\uno_packages\\cache\\uno_packages\\luc5wkp.tmp_\\Organon-0.9.1b.oxt\\py\\factory.py',
traceback follows\X000a C:\Program Files (x86)\LibreOfficeDev
4\program\pythonloader.py:94 in function getModuleFromUrl() [fileHandle
= open( filename, encoding='utf_8' )]\X000a C:\Program Files
(x86)\LibreOfficeDev 4\program\pythonloader.py:149 in function
writeRegistryInfo() [mod = self.getModuleFromUrl( locationUrl
)]\X000a\X000a, Context = (com.sun.star.uno.XInterface) @0
https://github.com/0 } }

You'll find my extension here:
http://extensions.openoffice.org/en/project/organon

And his message and my code on github:
https://github.com/XRoemer/Organon/issues/23

Best,
Xaver




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Apache OpenOffice SDK for FreeBSD

2014-11-03 Thread Pedro Giffuni

Hello;

While preparing my talk for ApacheConEU, I noticed there is no SDK for 
FreeBSD so I rolled my own:


http://people.apache.org/~pfg/files/Apache_OpenOffice-SDK_4.1.1_FreeBSD_x86-64_install_en-US.tbz

This for FreeBSD 10.1-PRERELEASE amd64.

Regards,

Pedro.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Open Document Editors Devroom at FOSDEM 15, Brussels, 31 Jan 2015

2014-11-03 Thread Andrea Pescetti

Now posted to
https://blogs.apache.org/OOo/entry/call_for_talks_open_document
(which has been silent for too long...), feel free to spread the above 
link. Submission deadline: 14 December 2014.

Regards,
  Andrea.

Andrea Pescetti wrote:

FOSDEM 15 will be held at the ULB Campus Solbosch on Saturday, January
31, and Sunday, February 1st, 2015.

Open document editors are coming again to FOSDEM with a shared devroom
which gives every project in this area a chance to present ODF related
developments and innovations. The devroom is jointly organized by Apache
OpenOffice and LibreOffice.

We invite submission of talks for the Open Document Editors devroom, to
be held on Saturday, January 31, from 10AM to 6PM.

Length of talks should be limited to 20 minutes, as we would like to
have questions after each presentation, and to fit as many presenters as
possible in the schedule. Exceptions must be explicitly requested and
justified.

Technical talks (code, extensions, localization, QA, tools and adoption
related cases) about open document editors or the ODF document format
are welcome.

Submissions must be done by the speakers using the Pentabarf system:
https://penta.fosdem.org/submission/FOSDEM15

While filing your proposal, please provide the title of your talk, a
short abstract (one or two paragraphs), some information about yourself
(name, bio and photo, but please do remember that your profile might be
already stored at Pentabarf) and specify what topic (Apache OpenOffice,
LibreOffice, other ODF editors, ODF in general...) your talk is about.

You do not need to create a new account if you already have one. If the
password has been lost, you can easily recover it.

The deadline is Sunday, December 14, 2014. Accepted speakers will be
notified by December 28, 2014.

You can send any questions to the devroom mailing list:
open-document-devr...@lists.fosdem.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Apache OpenOffice SDK for FreeBSD

2014-11-03 Thread Andrea Pescetti

Pedro Giffuni wrote:

While preparing my talk for ApacheConEU, I noticed there is no SDK for
FreeBSD so I rolled my own:
http://people.apache.org/~pfg/files/Apache_OpenOffice-SDK_4.1.1_FreeBSD_x86-64_install_en-US.tbz
This for FreeBSD 10.1-PRERELEASE amd64.


Good to know! We should give more visibility to these initiatives, like 
short blog posts with these small news that will be easier to find than 
mailing list archives...


Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Apache OpenOffice SDK for FreeBSD

2014-11-03 Thread Alexandro Colorado
I agree, also some of the native distros builds need help:
Ubuntu: https://launchpad.net/~apacheopenoffice
Arch: https://aur.archlinux.org/packages/openoffice/
Debian: http://sourceforge.net/projects/apacheoo-deb/files/debian/
Fedora: http://fedoraproject.org/wiki/Features/ApacheOpenOffice


On 11/3/14, Andrea Pescetti pesce...@apache.org wrote:
 Pedro Giffuni wrote:
 While preparing my talk for ApacheConEU, I noticed there is no SDK for
 FreeBSD so I rolled my own:
 http://people.apache.org/~pfg/files/Apache_OpenOffice-SDK_4.1.1_FreeBSD_x86-64_install_en-US.tbz
 This for FreeBSD 10.1-PRERELEASE amd64.

 Good to know! We should give more visibility to these initiatives, like
 short blog posts with these small news that will be easier to find than
 mailing list archives...

 Regards,
Andrea.

 -
 To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: dev-h...@openoffice.apache.org




-- 
Alexandro Colorado
Apache OpenOffice Contributor
882C 4389 3C27 E8DF 41B9  5C4C 1DB7 9D1C 7F4C 2614

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Apache OpenOffice SDK for FreeBSD

2014-11-03 Thread Kay Schenk
On 11/03/2014 11:24 AM, Pedro Giffuni wrote:
 Hello;
 
 While preparing my talk for ApacheConEU, I noticed there is no SDK for
 FreeBSD so I rolled my own:
 
 http://people.apache.org/~pfg/files/Apache_OpenOffice-SDK_4.1.1_FreeBSD_x86-64_install_en-US.tbz
 
 
 This for FreeBSD 10.1-PRERELEASE amd64.
 
 Regards,
 
 Pedro.

Thanks so much for this. Just a few questions.

Right now the link we have on the porting page to FreeBSD just goes to
the main FreeBSD site and not to Apache OpenOffice. See:

http://www.openoffice.org/porting/index.html

So...where is the FreeBSD port actually located so we can change this?

And...is anyone in the freebsd group still interested in maintaining
this page?

http://www.openoffice.org/porting/freebsd/


-- 
-
MzK

One must still have chaos in oneself to be able to give birth
 to a dancing star.
 -- Friedrich Nietzsche

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org