Displaying 20 results from an estimated 800 matches similar to: "CentOS-3, is this what I need?"
2008 Mar 04
1
how to install
how to install wine-doors
From: "tymiller48" <wineforum-user at winehq.org>
Reply-To: wine-users at winehq.org
X-Generated-By: M2F: www.mail2forum.com
Date: Tue, 04 Mar 2008 14:49:12 -0600
To: wine-users at winehq.org
I installed it by typing this into the terminal window
Code:
python /home/customer/wine-doors-0.1.2/setup.py install
> Checking dependencies
> wine . .
2018 Jun 16
0
Help Python API Samba4 -- Project Web Admin Manager Samba4
On Thu, 14 Jun 2018 16:52:17 -0300
Nilton OS via samba <samba at lists.samba.org> wrote:
> Hello everyone,
>
> I would like to know how to use the Python api to manage user and
> groups in samba4.
> I'm developing a samba4 admin web interface I'd like some examples of
> how to interact with the libs in python that are in that folder:
>
2018 Jun 18
3
Help Python API Samba4 -- Project Web Admin Manager Samba4
Hi, Rowland
Quick start:
https://github.com/jniltinho/go-samba4/blob/master/README.md
Debian 9 64Bits
Soon I will change the entire documentation to English.
You can access the demo application at the following link:
https://35.196.196.235/
LOGIN: administrator
PASS: Linuxpro123456
https://github.com/jniltinho/go-samba4
2010 Apr 07
0
is there easy way to upgrade gtk on centos 4.8?
Hello,
I need to use wxPython-src-2.8.10.1 with GraphicContext support which requires gdk_cario_xxx APIs introduced from GTK 2.8.
Is there any easy way to upgrade gtk since there are lots of dependences? I ever tried yum but it can not upgrade GTK.
Thanks.
- Tommy
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jun 01
0
[Announce] PySwfdec 0.6.6.2
I am pleased to announce version 0.6.6.2 of the Python bindings for
PySwfdec.
It is available at:
http://www.gnome.org/~gianmt/pyswfdec-0.6.6.2.tar.gz
MD5: d490f54816535468225e65a605c3763c
The bindings are updated with the new Swfdec API 0.6.6
PySwfdec 0.6.6.2 (Jun 01 2008)
===================================
o Fix swfdec.URL and make AsDebugger optional in
swfdec.Player
2008 Nov 29
1
unrelated software install triggering an error from R's install script on Mac OS X 10.5
Dear List,
I am having a problem triggered by having R-2.8
(R version 2.8.0 Patched (2008-11-15 r46953)) installed on Mac OS X
10.5.
The steps needed to generate the error are:
- install a binary distribution of R (default location)
- add R to the PATH
- install the python module pycairo
(http://www.cairographics.org/releases/pycairo-1.4.12.tar.gz)
That last step results in an error, and the
2007 Oct 16
1
anaconda-runtime C5
Hi,
I'm quite surprised at anaconda-runtime dependencies. I've got C5
console only system and yum install anaconda-runtime gives this :o)
David
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
2008 May 14
0
[ wxruby-Patches-20130 ] Event handling performance issues
Patches item #20130, was opened at 2008-05-14 01:26
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=220&aid=20130&group_id=35
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Cezar Espinola (cezarsa)
Assigned to: Nobody (None)
Summary: Event handling performance issues
Initial Comment:
Hi folks.
This little patch intend
2006 Aug 25
1
wxPython/wxRuby
I''ve downloaded wxPython and the demos and am trying to update our
bigdemo. I can see some big differences in how wxRuby and wxPython
interact on Windows. Our layout seems wrong. For example, I never
knew the textctrl sample had more than two controls on it! I only ever
saw the two. In the python version, the controls lay out close
together. Secondly, on the ComboBox sample
2004 Jun 08
1
Nested shared library calls in Linux
Hi,
I have an interface from R to the wxPython GUI toolkit which
works under Windows:
http://bioinf.wehi.edu.au/folders/james/wxPython/
(as long as you build RSPython with a shared (not static)
Python library).
But on Linux I get an error:
> library(RSPython)
> importPythonModule("wx")
Error in .PythonEval(cmd) : Error in Python call:
2004 May 01
2
MDI interface with sidepanel
Hi
Just started with WxRuby after using Fox. Very impressed by the easy
binary install and I''m already liking the native look and feel on MSW.
Thanks!
I''m trying to create an app with a MDI Parent Frame and a full-height
(docked) side panel with various controls in it. The MDIParentFrame
doesn''t work properly if I put it inside another frame with a sizer, so
2006 Sep 06
12
Patch to wxWindow.h
This patch fixes background color problems (at least on Windows). It
uses the dreaded ''FIXME''
My plan for next weekend is to try building wxPython from the source to
see how they manage to achieve several things with SWIG that we''re not
(yet) able to. If I''m successful it might lead to wrapping a
significant portion of wxWidgets more correctly than
2004 Jan 27
0
FW: Wx::ListCtrl#get_item method
For some reason, Mailman auto-discarded this message, so I am reposting it.
Curt
-----Original Message-----
From: Nick Kral [mailto:nkral@pinnaclet.com]
Sent: Tuesday, January 27, 2004 8:55 AM
To: Wxruby developers'' list
Subject: Re: [Wxruby-users] Wx::ListCtrl#get_item method
Same question - I have a small patch I need to send for the mac version.
Nick
Curt Hibbs wrote:
>I
2006 Sep 03
5
Status Update
I feel like I''ve mostly been banging my head against header file issues
for the last couple weeks. I don''t feel like I''ve gotten any actual
''work'' done on fixing wrapping problems, adding new classes or improving
the samples. I''m searching for any but haven''t found ''em.
Some things I''ve noticed:
1) Some
2004 Jan 15
10
Wx::ListCtrl#get_item method
Hi guys!
I have a question (or a request?) on Wx::ListCtrl#get_item method.
As you can see in the wxWindows reference, wxListCtrl::GetItem method of
C++ is different from that of wxPython.
C++
return value: boolean
argument: wxListItem& info
wxPython
return value: wxListItem
arguments: int ID, int column (optional)
How about wxruby?
>From the wxruby source code, wxruby looks
2018 Jun 18
0
Help Python API Samba4 -- Project Web Admin Manager Samba4
On Mon, 18 Jun 2018 07:13:01 -0300
Nilton OS <jniltinho at gmail.com> wrote:
> Hi Rowland,
>
> I think I know what the problem is, but I can not even try to try
> and fix it, because 'go_samba4' is a binary BLOB.
>
> *Right, I created this package with Pyinstaller so the user does not
> need to install any python lib for the application to work, but you
>
2010 Jan 17
3
Does wxRuby include Gizmos controls?
Hi,
I''m starting to use wxRuby for personal projects.
Originally, I used wxPython in my company because they don''t want to
install the Ruby environment just for me... But at home, I still
prefer the Ruby language...
So, wxWidgets is a great library, but wxPythons add some intersting stuff.
I''m specially interested by the TreeListCtrl. it seems that this
control
2008 Mar 31
2
Mouse motion example - help
Hi,
I am trying out this example adapted from the wxpython book, but the
mouse motion event does not seem to be captured right. What am I doing
wrong?
Thanks
warrior
# code below
require ''wx''
class MyFrame < Wx::Frame
def initialize
super(nil, -1, "My Frame", :size => [300,300])
@my_panel = Wx::Panel.new(self, -1)
evt_motion(){ |event|
2005 Sep 27
5
WxRuby + Ruby/SDL
Hi,
I am making a game with Ruby/SDL and have run into trouble finding a GUI
to cooperate. I have seen numerous examples of wxWindows in combination
with SDL (wxPython and PyGame), but have yet to be able to do it in ruby
(PyGame example: http://wiki.wxpython.org/index.cgi/IntegratingPyGame).
I am not very good with wxRuby as this is my first time using it and
thought some more knowledgable users
2008 May 08
0
[Announce] PySwfdec 0.6.6
I am pleased to announce version 0.6.6 of the Python bindings for
PySwfdec.
It is available at:
http://www.gnome.org/~gianmt/pyswfdec-0.6.6.tar.gz
MD5: 4162579ccecc007dfabfea7667321b49
The bindings are updated with the new Swfdec API 0.6.6
Blurb:
======
Swfdec [1] is the library for decoding and rendering Flash animations.
It is still in heavy development. The intended audience are developers