473,657 Members | 2,523 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

needed PyXPCOM tutorial.

hi
i m in need of a PyXPCOM tutorial. it should explain using python
(instead of JavaScript) for creating apps. if any body can point me to
some web resources or a printed book .
thankz
Jul 18 '05 #1
7 1684
Hi,
It seems, that the pyXPCOM architecture isn't widely used; this
mailinglist is also very silent. ;)


Sorry, I meant the pyXPCOM mailinglist, this mailinglist isn't silent,
of course. :)

BTW: Are there any known apps which are using Mozilla as platform
(beside Komodo), OpenSource apps?

Thanks,
Lars
Jul 18 '05 #2
Hello,
i m in need of a PyXPCOM tutorial. it should explain using python
(instead of JavaScript) for creating apps. if any body can point me to
some web resources or a printed book .


I'm also interested, but my searches via Google etc. brings no
specific pyXPCOM tutorial.
It seems, that the pyXPCOM architecture isn't widely used; this
mailinglist is also very silent. ;)

The pyXPCOM Mozilla page is also dead or under construction:
http://pyxpcom.mozdev.org/

If someone has a tutorial or something, please send a link to the
mailinglist. :)

Best regards,
Lars
Jul 18 '05 #3
mir nazim wrote:
hi
i m in need of a PyXPCOM tutorial. it should explain using python
(instead of JavaScript) for creating apps. if any body can point me to
some web resources or a printed book .
thankz

Maybe those will help (check 3! They've some more links)

http://lxr.mozilla.org/seamonkey/sou.../python/xpcom/
http://www.mozilla.org/catalog/archi...xpcom/pyxpcom/
http://pygecko.sourceforge.net/
http://xul.sourceforge.net/
http://luxor-xul.sourceforge.net/
http://www.thomas-schilz.de/MozPython/ (the downloads-dirctory
contains installers for upgrading Mozilla to Python-Interpretabilit y)

Christoph Becker-Freyseng
Jul 18 '05 #4
Christoph Becker-Freyseng <ch*******@mm c-startup.com> wrote in message news:<ma******* *************** *************** *@python.org>.. .
mir nazim wrote:
hi
i m in need of a PyXPCOM tutorial. it should explain using python
(instead of JavaScript) for creating apps. if any body can point me to
some web resources or a printed book .
thankz

Maybe those will help (check 3! They've some more links)

http://lxr.mozilla.org/seamonkey/sou.../python/xpcom/
http://www.mozilla.org/catalog/archi...xpcom/pyxpcom/
http://pygecko.sourceforge.net/
http://xul.sourceforge.net/
http://luxor-xul.sourceforge.net/
http://www.thomas-schilz.de/MozPython/ (the downloads-dirctory
contains installers for upgrading Mozilla to Python-Interpretabilit y)

Christoph Becker-Freyseng


yeah i know about them all
but what i acutally need is an indepth tutorial/guide/refrence.
Jul 18 '05 #5
mi****@yahoo.co m (mir nazim) wrote in message news:<42******* *************** ****@posting.go ogle.com>...
Christoph Becker-Freyseng <ch*******@mm c-startup.com> wrote in message news:<ma******* *************** *************** *@python.org>.. .
mir nazim wrote:
hi
i m in need of a PyXPCOM tutorial. it should explain using python
(instead of JavaScript) for creating apps. if any body can point me to
some web resources or a printed book .
thankz

Maybe those will help (check 3! They've some more links)

http://lxr.mozilla.org/seamonkey/sou.../python/xpcom/
http://www.mozilla.org/catalog/archi...xpcom/pyxpcom/
http://pygecko.sourceforge.net/
http://xul.sourceforge.net/
http://luxor-xul.sourceforge.net/
http://www.thomas-schilz.de/MozPython/ (the downloads-dirctory
contains installers for upgrading Mozilla to Python-Interpretabilit y)

Christoph Becker-Freyseng


yeah i know about them all
but what i acutally need is an indepth tutorial/guide/refrence.


Please help me find some tutorials on pyxpcom. my project is at hold due to it.
Jul 18 '05 #6
mir nazim wrote:

Please help me find some tutorials on pyxpcom. my project is at hold due to it.


I'm sort of guessing that if http://www.google.com/search?q=tutorial+pyxpcom doesn't
help you with that, then nothing will.
Jul 18 '05 #7
Hi mir,
Please help me find some tutorials on pyxpcom. my project is at hold due to it.
Maybe you should begin to ask specific questions, either in this
mailinglist or py*****@listser v.ActiveState.c om or py*****@mozdev. org
Maybe someone knows the answer.

Here's an additional link: http://www.mozilla.org/docs/xul/xuln...note_oven.html
and some sourcecode from the article: http://www.mozilla.org/docs/xul/xulnotes/XUL.py.txt


Best regards,
Lars
Jul 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1645
by: Guyon Morée | last post by:
I recently found out about XPCom and it's python bindings and it sounded very promising. Then I found out that the source of this information was pretty old. I was wondering what the status is currently. I couldn't find any documentation or binaries for the python interface. has anyone examples, docs, binaries, urls, etc????
0
999
by: Ola Natvig | last post by:
Hi all Lately I've been trying to compile pyXPCOM on my windows machine. But I've successfully compiled mozilla without pyXPCOM but when I adds the pyXPCOM module the build fails with this message: Error message: d:/test\moz\mozilla\extensions\python\xpcom\src\VariantUtils.cpp(1151) : error C2668: 'nsString::nsString' : ambiguous call to overloaded function
1
3206
by: Philippe C. Martin | last post by:
Hi, I write this post here because I do not manage to get in touch with mozilla dev people: ******* irc.mozilla.org ReferenceError: irc is not defined ******* I have two questions:
25
3315
by: David Bernier | last post by:
I'd like to pass on the command line two filenames. As for example: my_executable filename_1 filename_2 I haven't done any C programming with command line arguments so far. I'm familiar with fopen, ascii mode, binary mode. What I'm doing now is specifying the filenames in the source code.
2
3675
by: Andrew Baker | last post by:
Coming from VB, I find the changes needed to manipulate a datagrid are much more taxing than previously. Is there a good tutorial for things like: Setting the column widths making the grid uneditable making the whole row highlight when selected There are a number of posts but as I am trying to learn on my own, they are
5
1198
by: Anibal | last post by:
Hi, I need a tutorial (URL) that explains the use of SqlCommand to execute Stored Procedures that return values in SQL Server 2000; also the meaning and use of the diferent types of parameter (Output, Input, Return Value). Thank you very mutch.
0
877
by: kenneth.m.mcdonald | last post by:
I'm waiting for PyXPCOM with bated breath, but always have a hard time figuring out what is actually happening with it--the ActiveState mailing list is mostly inactive, and web searches Always turn up very old, out of date pages. If it weren't for the fact that I know Mark Hammond is working,very, very hard on it, I'd almost swear it was a dead project. Is there a place to keep track of the status of this project? I'm trying to write an...
6
1474
by: hg | last post by:
Hi, Can one tell me what the status of this project is ?. I did google ... but not much out there. Regards, hg
5
1370
by: Animesh K | last post by:
Hello All: Is there a good tutorial/article on the web for Object oriented programming with PHP in the context of HTML (or XHTML)? I have looked around on Google, but perhaps with wrong keywords. Best regards, Animesh
0
8403
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8316
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8833
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8737
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8509
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8610
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
4327
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1967
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1730
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.