You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(2) |
Feb
|
Mar
|
Apr
(4) |
May
(1) |
Jun
(10) |
Jul
(2) |
Aug
(2) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(1) |
2005 |
Jan
(7) |
Feb
(6) |
Mar
(13) |
Apr
(3) |
May
|
Jun
(4) |
Jul
(2) |
Aug
|
Sep
(2) |
Oct
(2) |
Nov
(1) |
Dec
(4) |
2006 |
Jan
(12) |
Feb
(12) |
Mar
(13) |
Apr
(9) |
May
(9) |
Jun
(5) |
Jul
(11) |
Aug
(5) |
Sep
(3) |
Oct
(1) |
Nov
(4) |
Dec
(12) |
2007 |
Jan
(7) |
Feb
|
Mar
(3) |
Apr
(6) |
May
(6) |
Jun
(2) |
Jul
(13) |
Aug
(10) |
Sep
|
Oct
(13) |
Nov
(10) |
Dec
|
2008 |
Jan
(10) |
Feb
|
Mar
(2) |
Apr
(17) |
May
(26) |
Jun
(12) |
Jul
(11) |
Aug
(8) |
Sep
(26) |
Oct
(9) |
Nov
(10) |
Dec
(7) |
2009 |
Jan
(11) |
Feb
(3) |
Mar
(6) |
Apr
(7) |
May
(16) |
Jun
(17) |
Jul
(7) |
Aug
(6) |
Sep
(12) |
Oct
(15) |
Nov
(13) |
Dec
(7) |
2010 |
Jan
(3) |
Feb
(3) |
Mar
(5) |
Apr
(2) |
May
(1) |
Jun
(3) |
Jul
(12) |
Aug
(3) |
Sep
(8) |
Oct
(11) |
Nov
(10) |
Dec
(2) |
2011 |
Jan
(17) |
Feb
(12) |
Mar
(10) |
Apr
|
May
(2) |
Jun
(2) |
Jul
(17) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
(5) |
2012 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(5) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(20) |
Oct
|
Nov
(2) |
Dec
(1) |
2013 |
Jan
(11) |
Feb
(6) |
Mar
|
Apr
|
May
(3) |
Jun
(9) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
(7) |
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(8) |
Dec
(4) |
2015 |
Jan
|
Feb
|
Mar
(6) |
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(10) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
(7) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Alexandre M. de A. <le...@es...> - 2004-01-14 18:43:29
|
Hi there I'm trying to compile PyQwt (3.8) using the latest commercial version of sip and PyQt (3.9) but when I import qwt (from inside python) I get the following error: **************************************************************************** Python 2.3.2 (#1, Nov 15 2003, 19:07:05) [GCC 3.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import qwt Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/local/lib/python2.3/site-packages/qwt/__init__.py", line 15, in ? import libqwtc ImportError: /usr/local/lib/python2.3/site-packages/qwt/libqwtc.so: undefined symbol: _ZTV11sipProxyqwt **************************************************************************** I know that that site explicitly says that PyQwt is compatible with sip/PyQt 3.8 and does not mention version 3.9, but the sip/PyQt 3.8 sources are not available in their site. So I ask: 1) PyQwt 3.8 is compatible with sip/PyQt 3.9? 2) If not: Is there a SNAPSHOT that is compatible? Thanks in advance Alexandre Motta de Andrade www.esss.com.br P.S.: I've sent an e-mail to sip/PyQt developers to obtain the 3.8 version, but I'm still waiting for an answer. |
From: <gve...@gr...> - 2003-12-19 16:50:23
|
On Fri, 19 Dec 2003 16:43:32 +0100 "Gerhard Spitzlsperger" <ger...@gs...> wrote: > Dear all, > > I tried to install PyQwt on windows using sip 4.0rc1 and PyQt 3.9. The > installation > claims a missing file: > .configure\sipModuleDeclModule.h: No such file or directory > > Is this due to not completely matching versions? And is there some work > around? > > thanks > gerhard > Hi Gerhard, sip-4.0rc1 and PyQt-3.9 are sufficiently different from their predecessors that PyQwt-3.8 will not work. The main branch in CVS works with sip-4.0rc1/PyQt-3.9 on Linux. I expect that it also works with Windows (the changes were not in the platform related parts), but I cannot test it (I have no commercial license and there is no non-commercial version for PyQt-3.9). I will mail you an URL where you can get a snapshot from CVS. Let me know if you have any problems. I still want to do some code clean up and I also did not yet implement support for Mac OS X (but I expect that to be easy). Gerard PS: if you run into problems, the build log is extremely useful -- thanks. ------------------------------------------------------------- This message was sent using HTTPS service from CNRS Grenoble. ---> https://grenoble.cnrs.fr <--- |
From: Gerhard S. <ger...@gs...> - 2003-12-19 15:44:22
|
Dear all, I tried to install PyQwt on windows using sip 4.0rc1 and PyQt 3.9. The installation claims a missing file: .configure\sipModuleDeclModule.h: No such file or directory Is this due to not completely matching versions? And is there some work around? thanks gerhard C:\Programme\cygwin\home\Owner\PyQwt-3.8>python setup.py bdist_wininst running bdist_wininst Config succeeded -- QtInfo: qt_version_str = 3.2.1 define_macros = [('NDEBUG', None), ('QT_NODEBUG', None), ('QT_DLL', None), ('QT_ THREAD_SUPPORT', None), ('QWT_NO_STL', None)] qtlibdir = C:\PROGRA~1\QT\lib make = {'CXXFLAGS_EXCEPTIONS_OFF': '', 'INCDIR_QT': 'C:\\PROGRA~1\\QT\\include', 'CXXFLAGS_MT': '-MD', 'INCDIR': '', 'LIB': 'lib /NOLOGO', 'LIBDIR_QT': 'C:\\PRO GRA~1\\QT\\lib', 'YACCFLAGS': '-d', 'LFLAGS_DEBUG': '/DEBUG', 'LFLAGS_OPENGL': ' /DELAYLOAD:opengl32.dll', 'LFLAGS_QT_DLL': '/BASE:0x39D00000', 'YACC': 'byacc', 'RUN_CXX': '$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$obj $src', 'CFLAGS_ST_DBG': '-M L', 'LINK': 'link', 'LIBS_CONSOLE': '', 'CFLAGS_MT_DLLDBG': '-MD', 'LIBS': '', ' LIBS_OPENGL': 'opengl32.lib glu32.lib', 'CFLAGS_WARN_OFF': '-W0', 'CFLAGS_EXCEPT IONS_OFF': '', 'CFLAGS_EXCEPTIONS_ON': '-GX', 'LEXFLAGS': '', 'CXXFLAGS_WARN_ON' : '-W3 -w34100 -w34189', 'UIC': 'C:\\PROGRA~1\\QT\\bin\\uic.exe', 'CFLAGS_MT_DBG ': '-MD', 'CXXFLAGS_DEBUG': '-Zi -Gm', 'LIBS_QT_THREAD': 'qt-mt321', 'CXXFLAGS_M T_DLLDBG': '-MD', 'RUN_CC': '$(CC) -c $(CFLAGS) $(INCPATH) -Fo$obj $src', 'RUN_C C_IMP_BATCH': '$(CC) -c $(CFLAGS) $(INCPATH) -Fo$@ @<<', 'IDC': 'C:\\PROGRA~1\\Q T\\bin\\idc.exe', 'DEL_FILE': 'del', 'LFLAGS_WINDOWS_DLL': '/SUBSYSTEM:WINDOWS / DLL', 'CFLAGS_STL_OFF': '', 'CXXFLAGS_STL_OFF': '', 'CFLAGS_WARN_ON': '-W3', 'CX XFLAGS_ST_DBG': '-ML', 'CXXFLAGS_YACC': '', 'CXXFLAGS_MT_DBG': '-MD', 'CXXFLAGS_ WARN_OFF': '-W0', 'CFLAGS_MT': '-MD', 'CFLAGS_MT_DLL': '-MD', 'LIBS_QT_ENTRY': ' qtmain.lib', 'MOVE': 'move', 'LIBS_QT': 'qt.lib', 'CXXFLAGS_EXCEPTIONS_ON': '-GX ', 'ZIP': 'zip -r -9', 'CC': 'cl', 'LFLAGS_RELEASE': '/DELAYLOAD:comdlg32.dll /D ELAYLOAD:oleaut32.dll /DELAYLOAD:winmm.dll /DELAYLOAD:wsock32.dll /DELAYLOAD:win spool.dll', 'CXXFLAGS_RELEASE': '-O1', 'RC': 'rc', 'MKDIR': 'mkdir', 'RUN_CXX_IM P_BATCH': '$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$@ @<<', 'CHK_DIR_EXISTS': 'if no t exist', 'DEL_DIR': 'rmdir', 'MOC': 'C:\\PROGRA~1\\QT\\bin\\moc.exe', 'RUN_CXX_ IMP': '$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$@ $<', 'COPY': 'copy', 'CXXFLAGS_ST' : '-ML', 'CXXFLAGS': '-nologo -Zm200', 'CFLAGS_RTTI_ON': '-GR', 'LFLAGS': '/NOLO GO', 'CFLAGS_RTTI_OFF': '', 'CXXFLAGS_RTTI_ON': '-GR', 'CFLAGS_ST': '-ML', 'CXX' : 'cl', 'CFLAGS_RELEASE': '-O1', 'LFLAGS_CONSOLE_DLL': '/SUBSYSTEM:CONSOLE /DLL' , 'IDL': 'midl', 'RUN_CC_IMP': '$(CC) -c $(CFLAGS) $(INCPATH) -Fo$@ $<', 'CXXFLA GS_STL_ON': '-GX', 'CXXFLAGS_RTTI_OFF': '', 'CFLAGS_YACC': '', 'LFLAGS_CONSOLE': '/SUBSYSTEM:CONSOLE', 'CFLAGS': '-nologo -Zm200', 'LEX': 'flex', 'LFLAGS_WINDOW S': '/SUBSYSTEM:WINDOWS', 'CXXFLAGS_MT_DLL': '-MD', 'CFLAGS_STL_ON': '-GX', 'CFL AGS_DEBUG': '-Zi -Gm', 'LIBS_WINDOWS': 'kernel32.lib user32.lib gdi32.lib comdlg 32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib imm32.lib winmm. lib wsock32.lib winspool.lib delayimp.lib'} qtbindir = C:\PROGRA~1\QT\bin libraries = ['qt-mt321'] qtdir = C:\PROGRA~1\QT qtincdir = C:\PROGRA~1\QT\include sip_t_options = ['Qt_3_2_0', 'WS_WIN'] type = ['thread'] library_dirs = ['C:\\PROGRA~1\\QT\\lib'] include_dirs = ['C:\\PROGRA~1\\QT\\include'] running build running run_sip error: .configure\sipModuleDeclModule.h: No such file or directory |
From: Gerard V. <gve...@gr...> - 2003-12-17 08:35:05
|
On Tue, 16 Dec 2003 18:15:02 -0800 "Mike" <mi...@di...> wrote: > Hello, I just build PyQWT on RH Linux 8, using QT 3.2.3, SIP 3.8 and Qwt > 0.4.1. The build and install went fine, but when I run an example, it fails > with the error: > PyQwt-3.8 comes with its own slightly modified copy of Qwt-4.2.0rc1 and it should not see your Qwt-0.4.1 at all. > "QPaintDevice: Must construct a QApplication before a QPaintDevice". Perhaps > I am using the wrong version of something? Any example? This error occurs when there is no QApplication instance and the program wants to paint on screen. In almost all examples an QApplication instance is created in the function main(). The only exception that I can think of is ICompass.py, but here the iqt module instantianates an QApplication behind your back. If you need more help, rebuild PyQwt with the command: make force and mail me the output 'LOG.force' so that I can figure out what went wrong in the build process. Gerard |
From: Mike <mi...@di...> - 2003-12-17 02:15:02
|
Hello, I just build PyQWT on RH Linux 8, using QT 3.2.3, SIP 3.8 and Qwt 0.4.1. The build and install went fine, but when I run an example, it fails with the error: "QPaintDevice: Must construct a QApplication before a QPaintDevice". Perhaps I am using the wrong version of something? Mike ------ Mike Smithwick, author : Distant Suns, First Light, Distant Suns: Grand Tour http://www.distantsuns.com "Mr. Rubaie said: 'I told him, `You keep on saying that you are a brave man and a proud Arab.' I said, `When they arrested you why didn't you shoot one bullet? You are a coward.' 'And he started to use very colorful language. Basically, he used all his French.' for fine celtic music : http://www.live365.com/cgi-bin/directory.cgi?autostart=celticmelt1 |
From: Gerard V. <gve...@gr...> - 2003-12-01 06:57:19
|
On Sun, 30 Nov 2003 14:28:47 +0000 Andy Prior <and...@nt...> wrote: > Installation fails in "sysconfig.py" with "KeyError: 'RPATH'. > > It appears that in the generation of the dictionary "make_info{}" no > entry is made for 'RPATH' consequently the above error is returned. > > I am guessing that RPATH is "relative path" and it modifies the Qt > library path. In any case, forcing the 'if' statement to FALSE > resulted in completion of the installation and all appears well. > > Can anyone shed light on what 'RPATH' should be? > Thanks for the bug report. RPATH is only important if your system uses dynamic linking and if you have installed several Qt-3.x.x libraries (I do for testing and identifying bugs in Qt). In this case the mechanism responsible for dynamic libraries may get confused. The RPATH option removes the ambiguity by specifying a full path to the library. In summary: you probably don't care. A real fix for the bug is: [packer@venus packer]$ more CVS/htdoc/patches/PyQwt-3.8a.patch --- PyQwt-3.8/pyqt_distutils/sysconfig.py.upgrade Sun Nov 2 10:47:27 2003 +++ PyQwt-3.8/pyqt_distutils/sysconfig.py Mon Dec 1 07:32:16 2003 @@ -64,7 +64,7 @@ '%(CXXFLAGS_WARN_ON)s ' ) % make_info - if make_info['RPATH']: + if make_info.has_key('RPATH'): linker_so = ( '%(CXX)s ' '%(RPATH)s%(LIBDIR_QT)s ' [packer@venus packer]$ You may be using AIX of DG/UX. We (Qwt developers) have no access to these platforms. So, I am very interested in what platform you are using. Sending the pointee of the symbolic link $(QTDIR)/mkspecs/default is OK, For instance: [packer@venus packer]$ ls -l /usr/lib/qt323/mkspecs/default lrwxrwxrwx 1 root root 9 Nov 14 19:56 /usr/lib/qt323/mkspecs/default -> linux-g++/ [packer@venus packer]$ Gerard |
From: Andy P. <and...@nt...> - 2003-11-30 14:28:51
|
Installation fails in "sysconfig.py" with "KeyError: 'RPATH'. It appears that in the generation of the dictionary "make_info{}" no entry is made for 'RPATH' consequently the above error is returned. I am guessing that RPATH is "relative path" and it modifies the Qt library path. In any case, forcing the 'if' statement to FALSE resulted in completion of the installation and all appears well. Can anyone shed light on what 'RPATH' should be? |
From: Gerard V. <gve...@gr...> - 2003-11-26 19:32:22
|
PyQwt-3.8 = FAST and EASY data plotting for Python and (Py)Qt. PyQwt is a set of Python bindings for the Qwt C++ class library which extends the Qt framework with widgets for scientific and engineering applications. It supports the use of PyQt, Qt, Qwt, the Numerical Python extensions (either Numeric, or numarray or both) and optionally SciPy in a GUI Python application or in an interactive Python session. The home page of PyQwt is http://pyqwt.sourceforge.net. Main changes in PyQwt-3.8: 1. PyQwt inherits from Qwt the new classes QwtPicker, QwtPlotPicker and QwtPlotZoomer. QwtPicker can make any widget react to events by event filtering. QwtPlotPicker is a QwtPicker taylored to the plot canvas. QwtPlotZoomer implements infinite deep zooming on the plot canvas. 2. PyQwt inherits from Qwt the support for Qt's rich text format in QwtPlot to display equations like E=mc<sup>2</sup>. Caveat: in principle, a truetype font with full unicode support is better to typeset equations. 3. Bug fixes to support event filtering code (see EventFilterDemo.py). 4. Conversion of a QImage to a Numeric array or numarray array. 5. Better support for cloning a plot into Grace from the command line interpreter friendly plot classes. 6. PyQwt-3.8 works with PyQt-3.8.1 downto -3.6 and Qt-3.2.3 downto -2.3.0. 7. License change: GPL with permission for dynamic linking to commercial, educational and non-commercial versions of Qt, PyQt and sip. In this case PyQwt becomes a free plug-in for a non-free program. Gerard Vermeulen |
From: Gerard V. <gve...@gr...> - 2003-09-21 15:28:00
|
On Sun, 21 Sep 2003 16:01:01 +0200 Ergun Metin <me...@fh...> wrote: > Hi, > > we are using PyQwt at our technical university developing python applications > for the department of building services engineering. That allows our students > to use these programs at home using both environments Linux and Windows. > > Unfortunately we had to change to Python2.3 and found some dead links on your > projects homepage. My question is, when do you plan to publish PyQwt3.8. If > you need some help for compilation, I could do it under Windows. But I do not > have deep knowledge about the internas of PyQwt. > > Thanks a lot for the good work and sharing PyQwt with us. > > Best regards, Ergun Metin > Hi, The reasons for the delay of PyQwt-3.8 are several: (1) the Idle environment with Python-2.3 does not work on my environment (Win4Lin/Windows-98). (2) I am too much involved with Qwt itself (3) Qwt has got a lot of new features and more to come (always later than hoped for). But I have built a PyQwt_Qt230-3.7b.win32-py2.3.exe for Python-2.3, PyQt-3.8, Numeric-23.1 It is available on sourceforge (the mirrors within a day, I hope). Let me know if it works. Gerard |
From: Ergun M. <me...@fh...> - 2003-09-21 12:04:17
|
Hi, we are using PyQwt at our technical university developing python applications for the department of building services engineering. That allows our students to use these programs at home using both environments Linux and Windows. Unfortunately we had to change to Python2.3 and found some dead links on your projects homepage. My question is, when do you plan to publish PyQwt3.8. If you need some help for compilation, I could do it under Windows. But I do not have deep knowledge about the internas of PyQwt. Thanks a lot for the good work and sharing PyQwt with us. Best regards, Ergun Metin |
From: Gerard V. <gve...@gr...> - 2003-07-28 12:02:42
|
Hi Martin, thanks. Your corrections have been committed to CVS Gerard On Mon, 28 Jul 2003 12:06:52 +0200 Martin Takeo Wiechert <mar...@gm...> wrote: > Hi, > > > I encountered a problem with a QtDesigner/pyuic generated form: > > > > --- snip --- > > class Wehner(QMainWindow): > def __init__(self,parent = None,name = None,fl = 0): > > --- snip --- > > self.PosPlot.setTitle(self.__tr("Position")) > > --- snip --- > > def __tr(self,s,c = None): > return qApp.translate("Wehner",s,c) > > --- snip --- > > > > self.PosPlot is a QwtPlot instance. The setTitle call raises the following > exception: > > TypeError (Argument 1 of QwtPlot.setTitle() has an invalid type) > > > > Changing line 160 in qwtplot.sip from > > void setTitle(const char *); > > to > > void setTitle(const Qstring &); > > helps. By analogy I did the same with line 453 > > bool setMarkerLabel(long, const char *); > > As I do not know much about sip, I cannot tell if this breaks anything. > > > > As I am not on the list, please answer directly. > > > Regards, > Martin Wiechert. > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Pyqwt-users mailing list > Pyq...@li... > https://lists.sourceforge.net/lists/listinfo/pyqwt-users > |
From: Martin T. W. <mar...@gm...> - 2003-07-28 10:05:27
|
Hi, I encountered a problem with a QtDesigner/pyuic generated form: --- snip --- class Wehner(QMainWindow): def __init__(self,parent = None,name = None,fl = 0): --- snip --- self.PosPlot.setTitle(self.__tr("Position")) --- snip --- def __tr(self,s,c = None): return qApp.translate("Wehner",s,c) --- snip --- self.PosPlot is a QwtPlot instance. The setTitle call raises the following exception: TypeError (Argument 1 of QwtPlot.setTitle() has an invalid type) Changing line 160 in qwtplot.sip from void setTitle(const char *); to void setTitle(const Qstring &); helps. By analogy I did the same with line 453 bool setMarkerLabel(long, const char *); As I do not know much about sip, I cannot tell if this breaks anything. As I am not on the list, please answer directly. Regards, Martin Wiechert. |
From: <Tie...@co...> - 2003-07-17 00:59:27
|
WANT TO MAKE MONEY? =20 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ =20 HOT BUSINESS OPPORTUNITY AVAILABLE fOR THOSE WHO QUALIFY=2E=2E=2E =20 1=2E MUST BE A UNITED STATES RESIDENT =20 2=2E MUST BE 21 YEARS OF AGE OR OVER=2E =20 YOU WILL SHARE IN DIALYSIS CENTERS OF AMERICA LATEST CASH INCOME STREAM=2E =20 EARN OVER 30% RETURN ON YOUR MONEY! INTEREST PAID ANNUALLY! COMPLETELY LEGAL=2E =20 TO FIND OUT ALL THE HOW'S AND WHY'S, REPLY TODAY WITH YOUR NAME, STATE AND COMPLETE PHONE=20 NUMBER=2E DETAILS WILL SOON FOLLOW! This message is sent in compliance of the new email=20 bill section 301=2E Per Section 301, Paragraph (a)(2)(C) of S=2E 1618, further transmissions to you by the sender of this email will be stopped at no cost to you=2E Screening of addresses has been done=20 to the best of our technical ability=2E We respect all removal requests=2E= To be removed, please reply to the email address specified with the=20 word =93Remove=94 contained in the subject line=2E |
From: HAJIA ABACHA. <mar...@ya...> - 2003-07-12 01:08:59
|
CONFIDENTIAL BUSINESS PROPOSAL I am Mrs=2E Mariam Abacha=2C the widow of the late Gen=2ESanni Abacha former Nigerian Military Head of State who died mysteriously as a result of Cardiac Arrest=2E Since after my husbands death my family is under restriction of movement and that not withstanding=2C we are being molested=2C policed and our Bank Account both here and abroad are beingfrozen by the Nigeria Civilian Government=2E Furthermore=2C my elder son is indetention by the Nigerian Government for more interrogation about my husbands assets and more vital documents=2EFollowing the recent discovery of my husbands Bank Account by the Nigerian Government with Swiss Bank in which the huge sum of UD$700 million and DM450 million was logged=2E I therefore decided to contact you in confidencethat I was able to move out the sum of US$48=2E6million Dollars=2C which was secretary defaced and is sealed in Metal Boxes for security reasons=2EI therefore personally=2C appeal to you seriously and religiously for your urgent assistance to move this money into your country where I believeit will be safe since I cannot leave the country due to the restrictionof movement imposed on the members of my family by the Nigerian Government=2EMy lawyer shall arrange with you for a face to face meeting outsideNigeria in order to liaise with you toward effective completion of thistransactions=2E However=2C arrangement have been put in place to movethis money out of the country in a secret vault through a securitycompany in ABROAD=2C and as soon as you indicate your interest my Lawyershall send you the Air-Way Bill of the Luggage and other relateddocuments so that you can help to claim the Luggage=2EConclusively=2C we have agreed to offer you 30% of the total sum while 60% is to be held on trust by you until we can decide on a suitable businessinvestment in your country subsequent to our free movement by the Nigeria Government=2E While 10% is maped out for expenses as your government maydemand for tax and it also covers your telephonebills=2E I will refer you to my Attorney when you send your teland fax number to enable him release the document involve=2E Please reply urgently and treat with absolute confidentiality and sincerity=2E BestRegards=2C HAJIA MARIAM ABACHA =28MRS=2E=29 N=2FB=3APLEASE FOR CONFIRMATION CHECK THIS WEB=2ESITEwww=2Eecondad=2Eorg=2FAbachaLoot=2Ehtm |