473,769 Members | 5,900 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Pmw.Notebook packaging

15 New Member
hey is it possible 2 package notebook with py2exe for distribution of my program 2 other ppl...? or packaging it wont even be necessary??? if so can sum1 send me a sample .py file on <removed> or send me an informative link....
Jul 26 '07 #1
3 1370
bartonc
6,596 Recognized Expert Expert
hey is it possible 2 package notebook with py2exe for distribution of my program 2 other ppl...? or packaging it wont even be necessary??? if so can sum1 send me a sample .py file on <removed> or send me an informative link....
A couple of things, first, my friend.

1) email addresses are not allowed in posts. I have removed yours.
2) "Text Speak" is not allowed. For all site rules please see our Posting Guidelines.

3) "notebook" could mean a lot of things. Perhaps you are referring to wxPython Notebook widget? In that case, the answer would be "Yes" and there is an example in the articles section of the Python forum.

Thank you for taking the time to review this site's Posting Guidelines.

Welcome.
Jul 26 '07 #2
vajratkarviraj
15 New Member
ok ok... sorry for breaching terms and conditions... my mistake.... and yes i was talking about this notebook... u can see the link here.... http://pmw.sourceforge.net/doc/NoteBook.html
Jul 27 '07 #3
bartonc
6,596 Recognized Expert Expert
ok ok... sorry for breaching terms and conditions... my mistake.... and yes i was talking about this notebook... u can see the link here.... http://pmw.sourceforge.net/doc/NoteBook.html
You should be able to compile Python Mega Widgets using py2exe (I believe that they rely on TCL just like Tkinter does). I never had any success even getting PMW installed on Windows and you may be on your own with the P2E dependencies capture - or it may just work out of the box.

Have you noticed that that package is somewhat out of date?
Pmw 1.2 - 5 Aug 2003 - Home
Manual page last reviewed: 30 October 1999
Jul 27 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

4
2479
by: F. GEIGER | last post by:
Hi again, I'd like to rename a page of a notebook. Deleting the page and adding a new one is not really an option, because the page is filled with other controls already. So I looked into Pmw.Notebook. There are quite a few lists and dicts which were to be changed and I wasn't successful in the first try. However, if nobody has ever done this, I'd have to rebuild the whole page after deleting/adding. I really hope there's an other way...
0
1451
by: dimitri pater | last post by:
Hello, To be honest, I also posted this on the wxPython mailing list. But I thought maybe some of you on the python list can help me... I am trying to refresh a pane of a notebook that contains a grid that contains data from a MySQL database. Here is the code (sorry, it's quite long): #!/usr/bin/env python import wx
1
2186
by: Robert Oschler | last post by:
I have a 16 color 16 x 16 pixel icon (favicon.ico); 4-bit palette. I have put the icon in the root directory of my web site, and I have also added the <link rel="SHORTCUT ICON" ... /> HTML tag in the document header section. The icon appears fine in FireFox's address bar, but refuses to show up in the notebook tab. The notebook continues to show the "blank document" generic icon. What am I doing wrong and how can I fix this?
8
1892
by: Kreedz | last post by:
Hi I've got some really weird issue with a sizer, a text field and a notebook. Here's an example: import wx class A(wx.Panel): def __init__(self, parent, id): wx.Panel.__init__(self, parent)
1
3104
by: Luigi | last post by:
Hi all! I have an application that uses a gtk.Notebook to show the content of a GUI. Each page of it has a gtk.Label with a text that explains the content. Each page is added to the notebook with the method append_page(child, tab_label=None), passing a gtk.Label instance as tab_label variable. Now I'd like to connect to the button_press_event of the gtk.Label a function call. I've done something like this:
1
4347
by: zxo102 | last post by:
Hi everyone, I have tried two days to figure out how to draw the image in wx.BufferedDC on the page created by AddPage of wx.Notebook but still got no clue. The attached example works fine. If I click the menu "Draw" --"New Drawing". The image with wx.BufferedDC/wx.BufferedPaintDC can move around on the frame. But If I uncomment those three commented lines in "class TestFrame" to add a new page (from wx.Notebook) with a tag and modify...
0
5205
by: blkwebman | last post by:
I'm trying to create a "standalone" install package (without any of the dialog boxes that a standard setup package would have). I think I understand how to do it in VB6 (using PDCmdLn.exe); I have already researched this subject in the MSDN for VB6. Here is the problem: I'm trying to execute a batch file containing this command and I'm running into a couple of errors. Here is the contents of the batch file: ...
4
2449
by: =?Utf-8?B?a2F5a28yMDAw?= | last post by:
Hey folks, I'm having a bit of an issue with how Windows Vista (or my ASUS notebook) handles closing my notebook lid. If I have an external monitor (my TV through S-Video) connected to my laptop, but not used, and I close my notebook lid, it switches over to the TV automatically -- changing the desktop resolution from 1440x990 (my notebook resolution) to 1024x768 (the TV resolution). When I open my laptop lid, the desktop is...
0
852
by: Shopping | last post by:
Buy low price Lenovo N3000 0769CVQ Notebook - buy best Lenovo N3000 0769CVQ Notebook online at lowest price, homeshop18.com offers best deals to buy Lenovo N3000 0769CVQ Notebook online with discount in India. To know more visit : http://www.homeshop18.com/shop/u/y/p-Computers-Q-and-Q-Peripherals-S-Laptops-S-Lenovo-Q-N3000-Q-0769CVQ-Q-Notebook/Home_Online-pI_20249-clI_2-cI_920-pCI_909-
0
9586
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
9423
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
10210
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
10043
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...
0
9861
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
8869
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5298
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3561
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.