search for: zipfile

Displaying 20 results from an estimated 96 matches for "zipfile".

2010 Mar 13
3
How can I access a ZIP file that's over 2Gb?
I have a zip file. It is over 2Gb in size: -rw-r--r-- 1 sweh sweh 2383956582 Mar 13 13:44 test.zip The standard "unzip" program barfs: % unzip -l test.zip Archive: test.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of test.zip or test.zip.zip, and cannot find test.zip.ZIP, period....
2009 Apr 12
3
Hi, complete ubuntu 8.10 novice needs help with wine
...aving unpacked the file and installed it on terminal, it now to the point of running the Setup.exe however when i try to run the setup, i get the following command line error; [/home/ross/Documents/Dune/DUNE2/SETUP.EXE] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. zipinfo: cannot find zipfile directory in one of /home/ross/Documents/Dune/DUNE2/SETUP.EXE or /home/ross/Documents/Dun...
2007 Jun 06
1
opening a file from within a zipfile that is online
Hi Reading the help for ?unz I was wondering if I can read data into R from within an zipfile that is on some website, like maybe: dtaa = read.table(unz("http://www.ats.ucla.edu/stat/examples/alsm/alsm.zip","Ch01pr19.dat")) Thanks for letting me know if you came acros such a thing before. Toby
2012 Jul 18
0
Zipping files contained in a dir (rubyzip)
hey so I''m trying to zip all the files contained in a directory (RubyZip). heres what I have: def bundle #create the ZIPfile with the title of (:id).zip bundle_filename = "public/attachments/#{self.id}/#{self.id}.zip" #open the ZIPfile in order to add items in Zip::ZipFile.open(bundle_filename, Zip::ZipFile::CREATE) { |zipfile| Dir.foreach("public/attachments/#{self....
2004 Nov 02
1
Re: [R] case-insensitive ZIP
...ed* packages to user groups if at all possible; (3) Direct access from R to the CRAN not working through any of the methods owing to the proxy server. So I downloaded some 40 contributed package *.ZIP files directly from CRAN using Internet Explorer, then ran install.packages() in R on these local zipfiles with parameter CRAN=NULL. Except for the case-sensitivity of the "*.zip" extension in install.packages(), which I amended myself, this appears to have worked fine, passed checksums, etc. Since I installed the packages with install.packages() and they passed checksum, I don't see why...
2009 Sep 12
1
My WINE won't go to work
...erhaps I need to get Explorer up and running. I've tried everything I know to get that file in Other to run but nothing is happening. I did get a lengthy error message. [/home/ken/.wine/dosdevices/c:/windows/explorer.exe] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. note: /home/ken/.wine/dosdevices/c:/windows/explorer.exe may be a plain executable, not an archive zipinfo: cannot find zipfile direct...
2010 Sep 03
1
Error message
...clip art images from Nova Development Corp, and Willmaker Plus from Intuit). Every executable I've tried generates the following standard error message: Archive: /media/cdrom0/autorun.exe [/media/cdrom0/autorun.exe] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. note: /media/cdrom0/autorun.exe may be a plain executable, not an archive zipinfo: cannot find zipfile directory in one of /med...
2011 May 29
3
Re: error while installing orcad
...n 1.2. [quote]Archive: /media/5CFC92BDFC9290BE/Documents and Settings/Bhuved/Desktop/ORCAD_10 (D)/ORCAD_10 (D)/Setup.exe [/media/5CFC92BDFC9290BE/Documents and Settings/Bhuved/Desktop/ORCAD_10 (D)/ORCAD_10 (D)/Setup.exe] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. zipinfo: cannot find zipfile directory in one of /media/5CFC92BDFC9290BE/Documents and Settings/Bhuved/Desktop/ORCAD_10 (D)/ORCA...
2009 Mar 23
5
Wine fails to install Adobe PS
...e PS7 (not a crack) on the latest Linux Mint and now on Ubuntu 8.10 64bit. I am having the same problem in both. Is it because my new comp is a 64bit? An error occurred while loading the archive. [/media/cdrom0/Autoplay.exe] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. note: /media/cdrom0/Autoplay.exe may be a plain executable, not an archive zipinfo: cannot find zipfile directory in one of /media/cdr...
2009 Sep 01
4
Loading iTunes
...n opening the C drive in Wine there are two folders none of which seem to meet my needs so I copied the iTunes over to it. Attempting to open this ended up with an error message: "[/home/ian/Desktop/iTunesSetup.exe] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. zipinfo: cannot find zipfile directory in one of /home/ian/Desktop/iTunesSetup.exe or /home/ian/Desktop/iTunesSetup.ex...
2009 Aug 27
5
wine does n't open
...n wine-program-accessories-notepad nothing happens. Also configure wine does n't funtion. Also when I try to install any exe file this message comes: here is one example [/home/illusions/Desktop/TeamViewer_Setup.exe] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. note: /home/illusions/Desktop/TeamViewer_Setup.exe may be a plain executable, not an archive zipinfo: cannot find zipfile direc...
2013 May 29
5
Developing custom type/providers for multiple OS
...should provide a common method to pack or unpack zipped files (tar, tar.gz, rar, zip or any) backed on OS tools or native ruby methods. Maybe the ruby approach would be the most portable one but I will keep that approach aside right now. We end up with 3 providers for the custom type ''zipfile'': zip, rar and tar. Those providers may share code but they differ on how to delegate its functionality to third-party apps (7zip on windows and zip/unzip on linux as an example). How can I deal with that? Can I clone the provider into different files such as zip-windows.rb and zip-lin...
2004 Nov 01
1
case-insensitive ZIP
...would be helpful to those of us who have atypical installations and install manually from ZIP files to have pkgnames <- sub("\\.zip$", "", pkgnames) replaced with pkgnames <- sub("\\.zip$", "", pkgnames, ignore.case = TRUE) because the contributed zipfiles are ZIPfiles. The routine did not work for me out of the box. Jeremy Primer -------------------------------------------------------- This is not an offer (or solicitation of an offer) to buy/sell the securities/instruments mentioned or an official confirmation. Morgan Stanley may deal as pri...
2004 Nov 01
1
case-insensitive ZIP
...would be helpful to those of us who have atypical installations and install manually from ZIP files to have pkgnames <- sub("\\.zip$", "", pkgnames) replaced with pkgnames <- sub("\\.zip$", "", pkgnames, ignore.case = TRUE) because the contributed zipfiles are ZIPfiles. The routine did not work for me out of the box. Jeremy Primer -------------------------------------------------------- This is not an offer (or solicitation of an offer) to buy/sell the securities/instruments mentioned or an official confirmation. Morgan Stanley may deal as pri...
2013 Sep 30
2
climstats
I have been trying to download the climstats package: https://r-forge.r-project.org/R/?group_id=861 but it doesn't seem to run on R 3.0.2 or 3.0.1 and the zipfile is empty. Does anyone know the status of this package or where I can download it. Thanks ****************** Jenny Williams Spatial Information Scientist, GIS Unit Herbarium, Library, Art & Archives Directorate Royal Botanic Gardens, Kew Richmond, TW9 3AB, UK Tel: +44 (0)208 332 5277 email:...
2006 Jun 13
2
One model handling two different file types
Hi. I''ve gotten stuck again, this time at having one model handling 2 different file types. My model, Logfile has fields id and filename. It also has a file= method to handle an uploaded test file. What I want is to be able to upload either a text file or zipfile. The zipfile contains text files, and I''d like to save each text file within this zipfile as a Logfile. Is possible to handle both within Logfile? Or should I handle them in LogfileController? Would I have to have two of these (one for txt and another for zip)? Upload File:...
2006 Apr 13
0
Making @headers[''Refresh''] and send_file work together?
...wnload a custom-generated file. The link to "Download Zip" goes to / controller/get_zip. That action looks like this: def get_zip @cart = find_cart ids = Array.new @cart.songs.each do |song| ids.push song.id end args = ids.join(" ") zipfile = `#{RAILS_ROOT}/perl/buildzip.pl #{args}` begin size = File.stat(zipfile).size @cart.empty! filename = "out.zip" send_file(zipfile, :filename => filename, :type => "application/zip", :str eaming => false) rescue flash[:war...
2009 Sep 02
1
Brainfuse QuickConnect in Wine
I got Brainfuse QuickConnect to come up in Wine but it's not all working properly. The whiteboard works fine. All the functions work well and curriculum explorer gets the right lessons. However, the lesson pages don't display correctly and none of the links down the left of the initial QC page work to take me to my schedule or anything else and neither do the links at the top of the
2010 Dec 15
1
Installing iTunes on Linux Mint Isadora 9
...run. For more details, read about the executable bit. When I right-click on it from the Firefox Download window and select "Open", I get this message: Archive: /tmp/iTunesSetup72.exe [/tmp/iTunesSetup72.exe] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. zipinfo: cannot find zipfile directory in one of /tmp/iTunesSetup72.exe or /tmp/iTunesSetup72.exe.zip, and cannot find...
2005 Feb 22
1
problems with tcltk in R 2.0.1 (PR#7698)
Full_Name: Vidar Hjellvik Version: 2.0.1 OS: windows Submission from: (NULL) (82.134.28.194) I have an tcltk application that runs without problems in R1.9.1, but when I press the "run"-button (and other buttons as well) in R2.0.1, I get the message: "Error in function () : can't change value of a locked binding". I have another tcltk application that runs fine on