Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Development

Notices

Reply
 
Thread Tools Search this Thread
Old Yesterday, 10:47 AM   #1
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,304
Karma: 5007213
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Cal9 Portable From Source - BG Jobs All Fail?

I'm trying to run Cal 9.3.1 from source using Portable on win10.

Any background job I try (Create Catalog, FFF plugin, Calibre Convert) all fail with:

Spoiler:
Code:
Traceback (most recent call last):
  File "runpy.py", line 198, in _run_module_as_main
  File "runpy.py", line 88, in _run_code
  File "site.py", line 83, in <module>
  File "site.py", line 78, in main
  File "site.py", line 50, in run_entry_point
  File "C:\Users\user\Desktop\nook\calibre\src\calibre\utils\ipc\worker.py", line 207, in main
  File "C:\Users\user\Desktop\nook\calibre\src\calibre\utils\ipc\worker.py", line 156, in get_func
  File "importlib\__init__.py", line 88, in import_module
  File "<frozen importlib._bootstrap>", line 1398, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1314, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1398, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1314, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1398, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 759, in exec_module
  File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
  File "C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\__init__.py", line 1712, in <module>
  File "C:\Users\user\Desktop\nook\calibre\src\calibre\build_forms.py", line 93, in build_forms
  File "C:\Users\user\Desktop\nook\calibre\src\calibre\build_forms.py", line 37, in ensure_icons_built
  File "C:\Users\user\Desktop\nook\calibre\src\calibre\utils\rcc\__init__.py", line 131, in compile_icon_dir_as_themes
  File "C:\Users\user\Desktop\nook\calibre\src\calibre\utils\rcc\__init__.py", line 30, in compile_qrc
OSError: [Errno 22] Invalid argument: 'C:\\Users\\user\\Desktop\\nook\\calibre\\resources\\icons.rcc'

I don't know anything about icons.rcc, but it is a generated file.

This is the DOS bat file I use to start it:

"testport src"

Spoiler:
Code:
set PYTHONIOENCODING=UTF-8

python makeplugin.py

set CALPORT_VERSION=9

rem set CALPORT_VERSION=8.16.2

rem set CALPORT_VERSION=7.6

rem set CALPORT_VERSION=6.29

rem py3.8.5
rem set CALPORT_VERSION=5.44

rem Python 2.7.16+
rem set CALPORT_VERSION=4.23

rem set CALPORT_VERSION=3.48
rem set CALPORT_VERSION=2.85.1

set CALPORT_SHARED_DIR=C:\Users\%USERNAME%\Desktop\nook\CalibrePorts
set CALPORT_DIR=%CALPORT_SHARED_DIR%\%CALPORT_VERSION%

set CALIBRE_DEVELOP_FROM=
set CALIBRE_OVERRIDE_LANG=
set CALIBRE_USE_DARK_PALETTE=false

set CALIBRE_CONFIG_DIRECTORY=%CALPORT_DIR%\Calibre Settings
set CALIBRE_LIBRARY_DIRECTORY=%CALPORT_SHARED_DIR%\Shared Port Library

if "%1" == "src" (set CALIBRE_DEVELOP_FROM=C:\Users\%USERNAME%\Desktop\nook\calibre\src) else (set CALIBRE_DEVELOP_FROM=)

"%CALPORT_DIR%\Calibre\calibre-customize" -a FanFicFare.zip

SET STARTINGDIR="%cd%"

cd "%CALPORT_DIR%\Calibre"
"%CALPORT_DIR%\Calibre\calibre-debug" -g

cd "%STARTINGDIR%"


Any guidance on getting this working?
JimmXinu is online now   Reply With Quote
Old Yesterday, 10:53 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 46,033
Karma: 29579868
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
icons.rcc shouldnt be in your source directory, delete it.
kovidgoyal is online now   Reply With Quote
Advert
Old Yesterday, 11:08 AM   #3
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 1,960
Karma: 7955879
Join Date: Sep 2020
Device: none
I had that icons rcc error on portable the other day, too. I'm pretty sure I wasn't running from source... IIRC, what fixed it was to terminate other stuck calibre-debug.exe process.

Script is cool, I will study it later.
Comfy.n is offline   Reply With Quote
Old Yesterday, 11:19 AM   #4
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,304
Karma: 5007213
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
I did delete it, intending to 'git restore' it. It was recreated when I started Calibre again. That's why I called a generated file.

EDIT: Here's the startup debug output:

Spoiler:
Code:
calibre 9.3.1*  embedded-python: True
Windows-10-10.0.19045-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19045')
Python 3.14.2
Windows: ('10', '10.0.19045', 'SP0', 'Multiprocessor Free')
Interface language: None
EXE path: C:\Users\user\Desktop\nook\CalibrePorts\9\Calibre\calibre-debug.exe
Successfully initialized third party plugins: EpubMerge (3, 2, 1) && EpubSplit (3, 12, 0) && FanFicFare (4, 54, 5) && SmartEject (2, 6, 1)
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\filename_pattern.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\catalog\catalog_bibtex.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\catalog\catalog_epub_mobi.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\catalog\catalog_tab_template.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\azw3_output.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\comic_input.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\debug.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\docx_input.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\epub_output.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\fb2_input.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\fb2_output.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\font_key.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\heuristics.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\htmlz_output.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\kepub_output.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\look_and_feel.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\lrf_output.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\metadata.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\mobi_output.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\page_setup.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\pdb_output.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\pdf_input.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\pdf_output.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\pmlz_output.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\rb_output.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\regex_builder.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\rtf_input.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\search_and_replace.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\snb_output.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\structure_detection.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\toc.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\txt_input.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\txt_output.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\convert\xpath_wizard.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\device_drivers\configwidget.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\catalog.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\choose_format_device.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\choose_library.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\conversion_error.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\delete_matching_from_device.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\device_category_editor.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\drm_error.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\edit_authors_dialog.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\jobs.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\match_books.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\metadata_bulk.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\password.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\quickview.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\smartdevice.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\tag_categories.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\tag_editor.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\tag_list_editor.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\dialogs\template_dialog.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\lrf_renderer\config.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\lrf_renderer\main.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\adding.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\behavior.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\columns.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\email.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\look_feel.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\metadata_sources.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\misc.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\plugboard.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\plugins.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\save_template.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\saving.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\search.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\sending.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\template_functions.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\toolbar.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\look_feel_tabs\bookshelf_view.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\look_feel_tabs\book_details.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\look_feel_tabs\cover_grid.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\look_feel_tabs\cover_view.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\look_feel_tabs\edit_metadata.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\look_feel_tabs\main_interface.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\look_feel_tabs\quickview.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\look_feel_tabs\tb_display.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\look_feel_tabs\tb_hierarchy.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\look_feel_tabs\tb_icon_rules.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\preferences\look_feel_tabs\tb_partitioning.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\store\basic_config_widget.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\store\config\chooser\adv_search_builder.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\store\config\chooser\chooser_widget.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\store\config\search\search_widget.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\store\search\adv_search_builder.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\store\search\search.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\store\stores\mobileread\adv_search_builder.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\store\stores\mobileread\cache_progress_dialog.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\store\stores\mobileread\store_dialog.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\wizard\device.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\wizard\finish.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\wizard\kindle.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\wizard\library.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\wizard\send_email.ui
        Compiling form C:\Users\user\Desktop\nook\calibre\src\calibre\gui2\wizard\stanza.ui
Compiled 96 forms
Building icons.rcc
QPA platform: windows
devicePixelRatio: 2.0
logicalDpi: 96.0 x 96.0
physicalDpi: 141.7674418604651 x 141.4020618556701
ApplicationPaletteChange event ignored
Using calibre Qt style: True
[0.00] Starting up...
[0.00] Showing splash screen...
[1.16] splash screen shown
[1.16] Initializing db...
[1.17] db initialized
[1.17] Constructing main UI...
[2.52] GUI main window shown
EpubMerge: DEBUG: 2026-02-23 09:17:22,149: calibre_plugins.epubmerge.epubmerge_plugin(156): macmenuhack file_path:C:\Users\user\Desktop\nook\CalibrePorts\9\Calibre Settings\plugins\fanficfare_macmenuhack.txt
FFF: DEBUG: 2026-02-23 09:17:22,157: calibre_plugins.fanficfare_plugin.fff_plugin(218): Plugin FanFicFare macmenuhack file_path:C:\Users\user\Desktop\nook\CalibrePorts\9\Calibre Settings\plugins\fanficfare_macmenuhack.txt
[2.60] main UI initialized...
[2.60] Hiding splash screen
[2.60] splash screen hidden
[2.60] Started up in 2.60 seconds with 11 books

Last edited by JimmXinu; Yesterday at 11:22 AM. Reason: Add start up debug output
JimmXinu is online now   Reply With Quote
Old Yesterday, 11:29 AM   #5
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 46,033
Karma: 29579868
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
yes it gets generated when using CALIBRE_DEVELOP_FROM because then the resources directory is assumed to be the one in the source code, so that you can test changes to files in resources easily. See if this helps: https://github.com/kovidgoyal/calibr...cb34db089ca8ff
kovidgoyal is online now   Reply With Quote
Advert
Old Yesterday, 11:33 AM   #6
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,304
Karma: 5007213
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
That's fixed it!

Many thanks.
JimmXinu is online now   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Metadata Source plugins] Calibre internal plugins fail igorius Plugins 1 05-28-2023 12:42 PM
Calibre Portable - Shouldn't PORTABLE Viewer and PORTABLE Editor open WITH the ebook? Highlighter Calibre 2 10-31-2020 06:48 AM
Calibre Portable Fail in Windows 7 irwan_su Devices 2 08-18-2011 01:50 AM
Yadadisk Portable Open Source Encryption MatYadabyte Lounge 0 03-08-2006 08:35 AM


All times are GMT -4. The time now is 10:59 AM.


MobileRead.com is a privately owned, operated and funded community.