[Remind-Fans] wxRemind - new GUI for remind

Paul Smith phhs80 at gmail.com
Fri May 12 11:21:33 EDT 2006


> Would you tell me

Sure, Dan.

> 1. what distribution of linux you are running? (Centos 4 for me)

Fedora Core 5.

> 2. what version of python?

$ python -V
Python 2.4.2
$

> 3. where the rpm installed the wxRemind package on your system?

# rpm -qiRl wxRemind
Name        : wxRemind                     Relocations: /usr
Version     : 0.3.2                             Vendor: Daniel A.
Graham <daniel.graham at duke.edu>
Release     : 3                             Build Date: Thu 11 May
2006 08:12:25 PM WEST
Install Date: Thu 11 May 2006 10:33:56 PM WEST      Build Host: beetle
Group       : Development/Libraries         Source RPM: wxRemind-0.3.2-3.src.rpm
Size        : 399037                           License: GPL
Signature   : (none)
URL         : http://freshmeat.net/projects/wxrem/
Summary     : wxPython-based GUI for Remind calendar and alarm application
Description :
wxRemind is a wxPython-based front-end for Remind, a powerful calendar and
alarm application. The display features a calendar and daily event list
suitable for visualizing your schedule at a glance. Dates and associated events
can be quickly selected either with the mouse or cursor keys, and dates in the
calendar are color coded to reflect the total duration of scheduled events.
wxRemind integrates with an external editor of your choice to make editing of
reminder files more efficient and provides hotkeys to quickly access the most
common Remind options.
/usr/bin/python
python >= 2.3
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
wxPython >= 2.6.1
/usr/bin/wxremalert
/usr/bin/wxremdata
/usr/bin/wxremind
/usr/lib/python2.3/site-packages/wxRemind
/usr/lib/python2.3/site-packages/wxRemind/__init__.py
/usr/lib/python2.3/site-packages/wxRemind/__init__.pyc
/usr/lib/python2.3/site-packages/wxRemind/analogclock
/usr/lib/python2.3/site-packages/wxRemind/analogclock/__init__.py
/usr/lib/python2.3/site-packages/wxRemind/analogclock/__init__.pyc
/usr/lib/python2.3/site-packages/wxRemind/analogclock/analogclock.py
/usr/lib/python2.3/site-packages/wxRemind/analogclock/analogclock.pyc
/usr/lib/python2.3/site-packages/wxRemind/analogclock/helpers.py
/usr/lib/python2.3/site-packages/wxRemind/analogclock/helpers.pyc
/usr/lib/python2.3/site-packages/wxRemind/analogclock/lib_setup
/usr/lib/python2.3/site-packages/wxRemind/analogclock/lib_setup/__init__.py
/usr/lib/python2.3/site-packages/wxRemind/analogclock/lib_setup/__init__.pyc
/usr/lib/python2.3/site-packages/wxRemind/analogclock/lib_setup/buttontreectrlpanel.py
/usr/lib/python2.3/site-packages/wxRemind/analogclock/lib_setup/buttontreectrlpanel.pyc
/usr/lib/python2.3/site-packages/wxRemind/analogclock/lib_setup/colourselect.py
/usr/lib/python2.3/site-packages/wxRemind/analogclock/lib_setup/colourselect.pyc
/usr/lib/python2.3/site-packages/wxRemind/analogclock/lib_setup/fontselect.py
/usr/lib/python2.3/site-packages/wxRemind/analogclock/lib_setup/fontselect.pyc
/usr/lib/python2.3/site-packages/wxRemind/analogclock/setup.py
/usr/lib/python2.3/site-packages/wxRemind/analogclock/setup.pyc
/usr/lib/python2.3/site-packages/wxRemind/analogclock/styles.py
/usr/lib/python2.3/site-packages/wxRemind/analogclock/styles.pyc
/usr/lib/python2.3/site-packages/wxRemind/wxRemAbout.py
/usr/lib/python2.3/site-packages/wxRemind/wxRemAbout.pyc
/usr/lib/python2.3/site-packages/wxRemind/wxRemAlert.py
/usr/lib/python2.3/site-packages/wxRemind/wxRemAlert.pyc
/usr/lib/python2.3/site-packages/wxRemind/wxRemConfig.py
/usr/lib/python2.3/site-packages/wxRemind/wxRemConfig.pyc
/usr/lib/python2.3/site-packages/wxRemind/wxRemData.py
/usr/lib/python2.3/site-packages/wxRemind/wxRemData.pyc
/usr/lib/python2.3/site-packages/wxRemind/wxRemHelp.py
/usr/lib/python2.3/site-packages/wxRemind/wxRemHelp.pyc
/usr/lib/python2.3/site-packages/wxRemind/wxRemSplash.py
/usr/lib/python2.3/site-packages/wxRemind/wxRemSplash.pyc
/usr/lib/python2.3/site-packages/wxRemind/wxRemind.py
/usr/lib/python2.3/site-packages/wxRemind/wxRemind.pyc
/usr/share/doc/wxRemind-0.3.2
/usr/share/doc/wxRemind-0.3.2/CHANGES
/usr/share/doc/wxRemind-0.3.2/COPYING
/usr/share/doc/wxRemind-0.3.2/FLOAT
/usr/share/doc/wxRemind-0.3.2/MANIFEST.in
/usr/share/doc/wxRemind-0.3.2/README
#

> 3. is this location in your PYTHONPATH?
>
> > set | grep PYTHONPATH

The above command returns nothing.

> 4. what happens when you enter
>
> > python
>
> and then
>
> > import wxRemind

$ python
Python 2.4.2 (#1, Feb 12 2006, 03:59:46)
[GCC 4.1.0 20060210 (Red Hat 4.1.0-0.24)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wxRemind
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named wxRemind
>>>

Paul



More information about the Remind-fans mailing list